Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo How To Add Facebook Comment Box To Your Blogger/Blogspot / 2013

Seo Master present to you:
Facebook added new functionality of commenting on Websites with Facebook account.



1. Log in to your blogger account and disable blogger default comment.



Settings > Comments



Choose Hide and save your setting.



This is optional though, it depends on whether you intend to have two comment forms on your blog.



2. Next is creating your facebook application. Click here to create a facebook application.

Creat New Application





Then Popup a window like below




Click Continue




Now Save Your App id in Notepad.

Then go to Website option and write your Site Domain as " Blogspot.com "






 Click on " Save "


Next

Sign in Blogger Account

Click on " Template "




Click on " Edit Html " and Proceed it.







Check Mark on " Expand Widget Templates

Press Ctrl + F and Search This



<data:post.body/>


Now past the following code below it:
(Now just press Ctrl+ F and find " Your App id " and replace it with the App ID you had saved before. After that save it.)






<b:if cond='data:blog.pageType == &quot;item&quot;'>
<p align='left'><img alt='' class='icon-action' src='http://lh4.googleusercontent.com/-HvqNmNXhkzY/TjATfsEVeSI/AAAAAAAAAjc/yMCvjARROZk/Screenshot.png'/></p>
<div id='fb-root'/>
<script>
window.fbAsyncInit = function() {
FB.init({appId: &#39;Your App Id&#39;, status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement(&#39;script&#39;); e.async = true;
e.src = document.location.protocol +
&#39;//connect.facebook.net/en_US/all.js&#39;;
e.async = true;
document.getElementById(&#39;fb-root&#39;).appendChild(e);
}());
</script>
<fb:comments/>
</b:if>





Save Template.................................











2013, By: Seo Master

seo How To Remove Facebook Timeline 2013

Seo Master present to you:
Last year in September at F8 developers conference Facebook unveiled its new layout called the ‘Facebook Timeline’ for all 800 million users on its network, but it wasn’t released publicly to everyone’s profile, so hardly very few Facebook users who knew about it, enabled and used it.
Timeline is the most unwanted feature that have ever happened on Facebook. Questions like how can I remove Facebook Timeline and how to revert back to old profile are regularly asked by many people. If you are also thinking the same, then let’s learn how to disable the new Timeline feature and restore the old classic look.

For Google Chrome users:

  1. Install F.B. Purity browser extension.
  2. Download this .bat file and save it to your computer.
  3. Close all open Chrome browser tabs and windows and click on the downloaded .bat file. This will run Chrome as IE7 as its user agent.
  4. Visit any Timeline profile page and you will see that it is displayed as old style profile page. With this step, we just killed the new Facebook Timeline. Just in case if you want to view the new Timeline instead, then open Chrome from your normal Chrome icon, instead of running the browser from the newly downloaded .bat file.
For Firefox users:

  1. Install the F.B. purity browser extension for Firefox.
  2. Install the “User Agent Switcher” Extension from here.
  3. Navigate to “Tools > User Agent Switcher > Internet Explorer” menu and then click on “Internet Explorer 7″.
  4. In case you want to view the new Timeline, then then just set the user agent to “Default User Agent” or simply disable this user agent switcher extension.
For Opera users:

  1. Install the FB Purity browser extension for Opera.
  2. Setting up custom user agent in Opera is easy. In the URL/address bar, type “opera:config#ISP|Id” and then enter the Custom User Agent string “Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)” and click “Save”.
  3. Restart your browser and then you will be able to see the old Facebook profile.
For Safari users:

  1. Install the F.B. Purity browser extension for Safari.
  2. To switch user agent, go to “Preferences” menu, select “Advanced”, and then tick the “Show Develop menu in menu bar” option.
  3. Click on the page icon menu (which is next to cog wheel icon) and then select the “Develop/User agent” menu. Now you can select the user agent which you wish to set for browsing. Select Internet Explorer 7. Browse to a Timeline profile and you will be able to see your profile in old format.
This new updated method will bring back your old Facebook profile page. Of course these changes are just visible to you and not to others. Other people will be able to see your normal Facebook Timeline.

Timeline remover


It is an extension for Internet Explorer, Mozilla Firefox and Google Chrome using which you can view Facebook profile and pages in the old and classic way.
You can download the extension for Chrome, Firefox and Internet Explorer. Download and install the extension as per the browser that you are using.





If you cannot view this addon bar, then go to View > Toolbars and click on “Add-on bar” or press the shortcut key Ctrl + /.
By using this extension, you can say bye bye to Facebook’s new Timeline feature in a simple and easy way. This method doesn’t involve any complications as all you need to do is to just install an extension.

2013, By: Seo Master

seo Facebook Auto Like Bomb 2013

Seo Master present to you:

This script allows you to 'Like Bomb' a Facebook friend, or 'Like' everything on their profile page and flood them with notifications. It's a good way to show that special someone that you like them a lot. Several times over. A link should appear above the "Post "box.

Works in Firefox and Chrome.

 

Before hit Like Bomb :

 

aq

 

After hit Like Bomb:

 

aaq

 

 

 

 

Click here : Install

 


 

Script:

// ==UserScript==
// @name AutoLikeBomb
// @description This script will add a link to your friends' pages to "Like" everything on their profile page and flood them with notifications. Now updated for Timeline.
// @author Mark ReCupido, Brian Ciaccio
// @namespace AutoLikeBomb
// @include https://www.facebook.com/*
// @include http://www.facebook.com/*
// ==/UserScript==

window.addEventListener("load", CheckForLikeBombLink, false);
window.addEventListener("click", CheckForLikeBombLink, false);

function CheckForLikeBombLink()
{
var likeCount = 0;
ProfileActions = document.getElementsByClassName("uiList uiListHorizontal clearfix fbTimelineComposerAttachments uiComposerAttachments");
if (ProfileActions[0].lastChild.id != "LikeBomb")
{
ProfileActions[0].innerHTML += "<li class=\"plm uiListItem uiListHorizontalItemBorder uiListHorizontalItem\" id=\"LikeBomb\"><span><a class=\"uiIconText attachmentLink normal\" tabindex=\"0\" href=\"#\"><strong>Like Bomb</strong></a></li>";
ProfileActions[0].lastChild.addEventListener('click',
function()
{
if (ProfileActions[0].ownerDocument.title == "Mark ReCupido")
{
alert('Oh no you don\'t.');
}
else
{
likestoclick = document.evaluate('//*[@name="like"]', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i = 0; i < likestoclick.snapshotLength; i++)
{
likestoclick.snapshotItem(i).click();
likeCount++;
}
alert('Like Bomb Magnitude: ' + likeCount);
likeCount = 0;
}
}, false);
}
}

2013, By: Seo Master

seo How To Publish Blog Posts In your Facebook Fan Page –Via RSS Feed 2013

Seo Master present to you:

It Is a simple process to add our blog content to Facebook fan page . First you log in  Your facebook account .Then Click here

 

You Will reach  below page

 

ad

 

click : beta.rssgraffiti.com

 

See the instruction and click allow button. After that u reach:  http://beta.rssgraffiti.com/#_=_

 

ad

 

Click “Add new Publishing Plan “

 

ad

 

Enter a name which you Like to use and click  “Create publishing Plan”

After that click add new button. Then popup a window like below. Add your RSS FEED address OR Twitter username placed blank space.

 

ad

 

Click “Add Source” Button

 

ad

 

Edit feed setup and save it.

 

Go to target and select  your page.

 

 

 

ad

 

Edit your settings and save it. Click  OFF button to ON

 

ad    To   ad

 

 

 

Do you have any problem?  comment below  this post. Thanks

2013, By: Seo Master

seo Your searches on Facebook to show up in activity log 2013

Seo Master present to you:
Facebook or myspace is monitoring what queries you've created and showing it in your action log, the organization mentioned in a writing these days.

In inclusion to any other action monitored on your information, Facebook or myspace has included look for action to your log (you can study the log by simply clicking the "Activity Log" option at the top of your profile). Facebook or myspace has created the extra action monitoring in the next few several weeks.

Facebook was fast to tell customers that the action log is for your sight only -- your buddies don't get to see the log. But, the actions on the log have different comfort configurations. You can set those using the symbols to the right of each action.



"Just as you can choose to eliminate any of your content, you can use the same inline control on Action Log to eliminate any of your queries at any time," the publish flows. "It's remember that no one else can see your Action Log, such as your look for activity."

The company dropped to say if the new monitoring would help customize upcoming look for results -- Facebook or myspace doesn't discuss any information on its look for or information supply techniques, a representative said -- but producing your look for activity reveals how Facebook or myspace is spending more attention to its look for device.

Facebook CEO Level Zuckerberg made some press surf a week ago when he mentioned Facebook or myspace preparing to meat up its look for product.
2013, By: Seo Master

seo Get More Like For Facebook Posts 2013

Seo Master present to you:

You can get about 3000 likes for posts and photos ..... Click here 

 

Untaitled

 

Get a token number after run this application, Click Step 1 

After That  you will get a url like  https://www.facebook.com/#access_token=AAAAAAIo4oJoBAFLvZCB5tOZAPtZBLp5ZAQNwmts8UQiUxF7mswo6Q6ZCR1psqhKGlOh0ZCQVZBYe7CCSKAbHLnmwj4iUy9l556J0dWwgB1fZA9vZBdoGi6E2A&expires_in=5160

Red color is your  Token

Then Goto : www.likehoot.com

Untaitled

Uantaitled

 

Insert post id/Photos for likes


Example copy the url of post like: https://www.facebook.com/abhishek.luthra.crazyupload.info/posts/398786370142973
And post id is 398786370142973

and if you want likes on photos: https://www.facebook.com/photo.php?fbid=335024379852506&set=a.270151856339759.75824.100000348412179&type=1
Photo id will be 335024379852506

Subscribe both updates  . Then submit your Facebook url which you have get more like.

See the instruction

 

2013, By: Seo Master

seo How To Publish Blogger Posts Automatically On Facebook Fan Page 2013

Seo Master present to you:

 

how-to-add-blogger-to-facebook-page

 

1. Log in to your Facebook account.


2. Now go to RSS For Pages App and click Install.

3. Now choose the page on your want to publish your blog posts.


4. Now click Add RSS For Pages and allow (Install) the app on your Facebook.


5. Write your website's title in Company Name field and write your Contact Number and check the box of Terms and Services, then press Save Changes.


6. Now write your Blog's feed address and choose the settings according to your need and press Save Changes.

Note: It may take time to start publishing your posts to your page. So please be patient to let the app settle your process.

2013, By: Seo Master

seo Facebook Page – get your own Facebook URL name 2013

Seo Master present to you:

1. Go to Facebook.com/Username - I don’t know why it’s called that.

I’ve already set my personal account to be facebook.com/entertainer001

– this is how you do Business Pages, Fan Page, Brand Pages or whatever they are called now.

 

2. Now click Set Username for your Pages – you’ll get a list of your pages.

 

You can also add URL names for Applications, not just Pages.

 

3. Make sure you spell your brand name correctly.

 

a

 

Ah well, if you found this useful, please become a fan of Entertainment?

http://www.facebook.com/entertainer001 <— see? :P

2013, By: Seo Master

seo How To Hack A Website – Funny Trick 2013

Seo Master present to you:

 

How to hack Google or Facebook?

This is probably a Million Dollar Question. Also that sounds funny. Because even the Larry Page, CEO of Google doesn’t know the answer for this question. Because Webmasters give much preference for the security of their pages. Although some hackers are intelligent enough to hack small websites or Blogs as they will not be that secured.

But here is a trick from which you can hack any website on the internet and alter anything in that. And I can assure you that you can do it within 10 seconds! But the funny thing is that by this trick you can only edit the website virtually and not in real. I mean You can edit any website but it will not effect the code of the website or its other components. It will only be edited in your browser.

 

google powered by

Open any website in Google Chrome browser, or in Mozilla Firefox and enter the below code to the address bar of the browser.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Now , You can move your mouse cursor to anywhere inside the website and click a text and edit it as you wish. You can also alter/delete images as well. Isn’t it fun? Enjoy with the trick. Do not forget to share this on social networks like Facebook and Twitter.


2013, By: Seo Master

seo Automatically Publish Blogger Posts To Facebook,Twitter and Other Social Networks 2013

Seo Master present to you:
Social Networks is the backbone for your Blog Traffic.Never underestimate the strength of Social Networking Websites,actually every social networking website is getting  million of hits daily,and if you share your blog post/content there,then surely you can get a flood of traffic to your Blog.Now every Blogger is sick of posting his/her blog posts daily to Facebook,Twitter or other social networking sites,but here we have found an awesome trick via which you can Automatically Publish Your Blogger Posts to Facebook,Twitter, or any Other Social networking website.For installing this Service follow the below easy steps.



How To Automatically Publish Blogger Posts To Facebook and Other Social Sites

  • Visit DLVR.it
  • Now Sign up there,by filling the form with required Data
  • After Entering Email and Password , click on Sign Up.
  • Now Go To Your email inbox and Confirm your Email Address
  • Now it will redirect you to another Page where you have to enter your Blog Feed Burner Username 
  • Click On Twitter Icon at the right side,Now it will redirect you to twitter account,there enter E-mail and Password and Click on Authorize App
  • Now your Blog Posts will Automatically Publish to your Twitter Account
  • Now For Facebook Click On The Facebook Icon at the right side,it will redirect you to Facebook,there enter your username and password,after that they may ask you about Page username i.e Fan Page
  • Enter that and Save Changes

So What's Up

Automatically Publishing Blogger Posts to Social Networking Sites will certainly help you to generate a flood of traffic to your Blog,as i mentioned never underestimate the Social Websites,because you can get alot of traffic to your Blog,However if you apply this service to your Blog,i am sure you will get high traffic.

Question :- How to Apply this Service for Google +?
Answer :-   Actually Now when you post a Content on your blog,after Publishing Blogger Ask you for sharing that Post to Google + ,means they Provide this feature builtinly.

2013, By: Seo Master

seo How To Add Facebook Comment Box To Blogger 2013

Seo Master present to you:
Adding Facebook Comment Box To Blogger Blogs is very Old trick,but recently one of our Blog visitors asked for this Comment Box.In this regard here is a Facebook Comment Box,Actually there are many users who don't have Blogger Accounts,therefore they can comment on your blog articles via Facebook Comments Box.Now time to install Facebook Comment Box To Blogger,its installation is very simple,you may have seen many articles in which first you have to create an App in Facebook after that many steps are required,but this article is not as difficult as other articles.

facebook-comment-box


How To Add Facebook Comment Box To Blogger

For installing this widget to Blogger,you just have to copy a code and then add it to Blogger layout Section,follow the below steps.

  • Go To Blogger.com
  • Sign in there
  • And Now Click On Layout 
  • After that Click On Add a Gadget
  • A Box will Popup Select "HTML/JavaScript"
  • Now Copy the Below Script and Paste it into the Box
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<div class="fb-comments" data-href="http://thatsblogginglab2.blogspot.com/" data-num-posts="10" data-width="500"></div>
  • Place the Widget/Gadget Below "Blog Posts" Section ( as shown Below )
 

Changes in the Script Before pasting to HTML/JavaScript Box

Before Pasting Script to HTML/JavaScript Box,must change/replace "http://thatsblogginglab2.blogspot.com/" with your Blog URL/Address,then Just click on save and that's it.

So What's Up:- Did You Like This Comment Box?Is it useful For Blogger Blogs?How was the Tutorial? Share your Awesome ideas with us.Stay Blessed,Happy Blogging.
How To Add Facebook Comment Box To Blogger
Last Reviewed by Iftikhar uddinon June 24 2013
Rating: 5
2013, By: Seo Master

seo Send Free SMS To Any Mobile using Facebook.. 2013

Seo Master present to you:


HI Friends !! Today I Will Share The Information About
Facebook Text Messaging Trick , How To Send Free
SMS To any Mobile By using Facebook through Chat
MMS Application.
There are lots of websites over the internet that offers
free SMS (Short Messaging Service) or even anonym
ous SMS services.Btyou will be amazed to know that
your all time favourite Social Networking website Fac
ebook also offers free sms service. You can send free
SMS all around the globe for free.There is a facebook
Application ChatSMS that provides this awesome feat
ure.The limitation of this App is that you can send
only 100 character long SMS.
How To Send Free SMS via Facebook : -
1) Login to your Facebook Account and go to
ChatsSMS Application.
2) When the Request and Permission window opens
then click on Allow button.
3) In the next window select the country and country
code where you want to send the SMS.
4) In the Phone Number field give your Friends mobile
number and in the SMS text field type your message
that you want to send.
5) After this click on Send SMS button and your
SMS will be delivered within few seconds.
The sent messagewill contain the First name of
your Facebook with your precious message.

2013, By: Seo Master

seo Facebook hacking–PHISHING(easy trick) 2013

Seo Master present to you:

Special skills needed:- no special skills needed but some convincing power.
Many enemy:- Intelligent targets.


Special skills needed:- no special skills needed but some convincing power.
Many enemy:- Intelligent targets.


Phishing is the most widely used hacking method for hacking Facebook passwords. In phishing the attacker sends the target a link. When the target clicks on the link, it takes the target to a fake website which looks same as the real Facebook login page. The attacker convinces the target to log in through that page. When the target types his password and clicks the log in button, the password is instead send to attacker and the target is again redirected to the real website.
Here is a tutorial about phishing.
Step 1) First you must sign for a free webhosting service like www.byethost.com
And register your subdomain.
after signing you will have a subdomain like www.yourname.byethost.com
Step 2) Now login to your account go to "control panel" then in site management option go to "online file manager" and open the folder "htdocs".
Step 3) Now DOWNLOAD THIS FILE (Alternate link)to your computer add extract the file. Inside the folder you will find two files index.htm and write.php.
Step 4) Now replace the index.htm file in the "htdocs" of the "online file manager" with the file index.htm of the phisher folder in your computer and also upload write.php file in "htdocs" thats it! you are done.
Step 5) Now your homepage www.yourname.byethost.com has become a phisher. open it, you will see that your page www.yourname.byethost.com has become the login page of the site you want to hack.now all you have to do is send this link to the person whose account you want to hack.when he tries to login through it you will receive a file password.html in your "htdocs" folder of your phpnet.us account which contains the username and password of your victim.
Personal Note:- The attacker must have a very good convincing power to hack the facebook password with this method. Please try this method carefully as now it is widely known and the target may soon guess the attacker's intentions. The target may report the fake site and you may get in trouble.

2013, By: Seo Master

seo Add Static Facebook Pop Out Like Box with Smooth Jquery Hover Effect 2013

Seo Master present to you: In this tutorial i will show you how to add a cool floating Facebook like widget for Blogger that slides to the left on mouseover. Demo: You can see a static facebook badge at the right side of this blog


Adding Static Facebook Like widget on blogger

Just follow the steps:

1. Log in to your Blogger Dashboard, go to Design >> Edit HTML

2. Check the "Expand Widget Templates" box

3. Search (CTRL + F) for this tag:

</head>

4. Add the following code just before/above </head> tag:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

5. Save the Template.

6. Now go to Design >> Page Elements >> Add a new Gadget >> Choose HTML/JavaScript and in the HTML box, paste the code below:

<style type="text/css">
/*<![CDATA[*/
#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {background-color:#3B5998;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;left: -47px;width: 47px;background-image: url("http://www.matrixar.com/-1GCgbuSZXK0/T38iRiVF41I/AAAAAAAABpg/WlGuQ3fi-Rs/s1600/vertical-right.png");background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
    (function(w2b){
        w2b(document).ready(function(){
            var $dur = "medium"; // Duration of Animation
            w2b("#fbplikebox").css({right: -250, "top" : 100 })
            w2b("#fbplikebox").hover(function () {
                w2b(this).stop().animate({
                    right: 0
                }, $dur);
            }, function () {
                w2b(this).stop().animate({
                    right: -250
                }, $dur);
            });
            w2b("#fbplikebox").show();
        });
    })(jQuery);
/*]]>*/
</script>
<div id="fbplikebox" style="display:none;">
    <div class="fbplbadge"></div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=YOUR-FACEBOOK-PAGE&amp;width=250&amp;height=250&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23C4C4C4&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:250px;background:#FFFFFF;" allowtransparency="true"></iframe>
</div>

7. Replace YOUR-FACEBOOK-PAGE text above with the URL of your facebook fan page.
Also replace the : symbol in your URL with %3A and / with %2F

For example, my facebook fan page is:

http://www.facebook.com/pages/Helplogger/120574614736021

After replacing the characters above, your facebook fan page should look like this:
http%3A%2F%2Fwww.facebook.com%2Fpages%2FHelplogger%2F120574614736021

Other settings (optional):
- to change the width and height of the facebook box, change the bolded values (250)
- to change the background color of the facebook fan box, replace #FFFFFF with the hex code of your color (you can choose it from here)
- if you want to change the color of the facebook badge (facebook button) replace this code #3B5998
with your own.

8. Now you can save your widget. Enjoy!

Credit goes to Harish (way2blogging) 2013, By: Seo Master

seo How to Add Facebook Like Box to Your Website/Blog 2013

Seo Master present to you:
Add Facebook Like Box
The previous troutal we have learned how to create facebook page for website/blog and business and in this post we will learn how to add Facebook like box or Facebook button to website/blog.

A Facebook “Like Box” on your web site is a good way to increase the number of people who “like” your Facebook Fan page. When we add a Facebook box into our site our fan follow easily our site through Facebook and easily get all update via Facebook. Let’s see how we can add the Facebook Like Box (the newer version of Fan Box) to a website or blog in a few minutes.

Facebook Like Box


Note: If you probably did not create Facebook fan page for your website then please read our previous post how to create Facebook page for website or blog.

Follow steps to add Facebook like box to your website/blog.

  1. Go the Like Box Social Plugin Facebook page
  2. Enter the web page address or URL of your Fan page in in the first box; for example: http://www.facebook.com/bloggerknown
  3. Customize the width, color and what things you would like to appear in the Like Box that will be shown on your page
  4. Click the Get Code button and copy the text in the iframe text box (Do not copy the XFBML text box)
  5. put this code is the place you want to show , 
  6. Blogger > Go to Blog Dashboard > Layout > Add Gadget > Edit HTML and past code in html box.
If you want to change the design options simply repeat all the steps above. If you have any problem then please use comment box for feedback and other suggest.
2013, By: Seo Master

seo Cari Grafik Facebook 2013

Seo Master present to you:
Cari Grafik Facebook-Facebook percaya mereka dapat mengubah cara kita mencari dengan menawarkan tampilan yang langsung menjadi tren dan informasi dalam jaringan sosial kita. Visi ini telah terwujud menjadi produk yang dikenal sebagai Pencarian Grafik . Facebook mengklaim bahwa produk baru ini akan "membantu pengguna menemukan orang-orang yang berbagi minat yang sama, mengeksplorasi dunia Anda melalui foto, dan menemukan restoran, musik dan banyak lagi." Memiliki Cari Grafik potensi menarik karena produk menempatkan penemuan sosial dan besar analisis data ke tangan jutaan. Sementara ide-ide yang menarik untuk inovasi sosial, Facebook masih perlu menjawab kepada investor tentang bagaimana produk ini pencarian diterjemahkan ke dalam pendapatan - prospek yang membutuhkan keterlibatan pengguna dengan tujuan komersial. Berikut adalah 3 rintangan besar yang jaringan sosial akan perlu untuk membersihkan sebelum itu pergi ke ras dengan penggunanya serta investor.

Cari Grafik Facebook

Kesesuaian & Perilaku Konsumen
Dari sudut pandang komersial, semua spekulasi sekitar kekuatan di balik tahu persis di mana teman-teman Anda makan, toko, liburan, dll bergantung pada asumsi bahwa semua orang ingin menjadi seperti rekan-rekan mereka. Hipotesis ini telah ditantang dalam percobaan psikologis banyak, terutama dalam studi yang berkaitan dengan kesesuaian manusia. Percobaan sesuai manusia menemukan bahwa segmen mayoritas orang (tengah-status) tidak ingin menjadi seperti teman-teman mereka. Sebaliknya, mereka ingin menjadi lebih seperti orang-orang yang mempengaruhi teman-teman mereka.

Sebuah studi Harvard Business School pada kesesuaian dan perilaku konsumen dalam pembelian online menghasilkan temuan serupa. Pembelian pada pertengahan-status anggota dalam jaringan Cyworld Korea sosial dipengaruhi oleh top-status anggota daripada rekan-rekan mereka. Selain itu, studi ini menemukan bahwa tidak satupun dari tiga kelompok besar dipengaruhi oleh rekan-rekan mereka. Jadi jika Anda percaya teori kesesuaian terdokumentasi dengan baik manusia akan terus berlaku, maka Grafik Cari dan alat-alat sosial yang sama tidak akan digunakan untuk tingkat besar untuk penemuan produk dan layanan berdasarkan pada jaringan sosial Anda. Mengapa menggunakan Pencarian Grafik untuk mencari tahu apa yang teman-teman Anda seperti ketika Anda hanya dapat mengunjungi halaman Facebook influencer Anda 'untuk melihat apa yang mereka sukai?

Jika Anda Build It, Will Mereka Revolt?
Penggunaan yang paling menarik Cari Grafik yang saya temukan selama ini rilis Beta adalah dalam dokumentasi Searches Grafik Facebook yang aneh . Ini adalah contoh bagaimana menghibur transparan informasi pribadi Anda telah menjadi dengan Cari Grafik. Hal ini masih belum diketahui bagaimana pengguna individu akan merespon yang umum termasuk dalam pencarian seperti ini, terutama di negara-negara dengan hak asasi manusia yang terbatas seperti Cina atau Iran. Pengguna Facebook mungkin pemberontakan dengan menghapus data di dalam profil mereka atau profil sama sekali, baik yang jauh akan menurunkan nilai dari Facebook. Mengingat serangan balasan terhadap perusahaan-perusahaan seperti Google yang bahkan pergi sejauh untuk anonymize data pengguna, adalah logis untuk mengharapkan reaksi yang besar terhadap apa yang banyak pengguna mungkin percaya untuk menjadi invasi yang sangat transparan privasi.

Past Social Search Strike-out
Ide pencarian dalam jaringan sosial Anda bukanlah hal baru. Hidup update Twitter digunakan untuk menjadi bagian dari pencarian Google sampai sosial raksasa berakhir kesepakatan tahun 2011. Percakapan yang sama terjadi saat itu tentang pencarian 'mengganggu' dengan informasi dari jaringan sosial Anda, namun spekulasi gagal untuk mengubah cara kita mencari atau membuka aliran pendapatan baru.

Bahkan saat ini Google sudah berisi fitur personalisasi pencarian yang mencakup rekomendasi dari orang-orang dalam jaringan sosial Anda dikenal sebagai Search Plus Dunia Anda . Fungsi ini memiliki rilis kebanyakan tenang dan masih belum 'mengganggu' industri pencarian. Namun, eksistensi dari Facebook sebagai jaringan sosial telah membuktikan bahwa mereka tidak harus menjadi yang pertama untuk pasar untuk menjadi pemain yang paling sukses di lapangan.

Potensi yang memungkinkan semua pengguna untuk memanfaatkan data Facebook dalam waktu portal pencarian prospek yang menarik dengan potensi besar untuk ditingkatkan manusia, pemahaman inovasi koneksi, dan. Jika rintangan dapat diatasi, maka Cari Grafik bisa menjadi aplikasi game-perubahan yang kita semua berharap dapat.
2013, By: Seo Master

seo Cari Grafik Facebook Dapat Menawarkan Merek 2013

Seo Master present to you:
Cari Grafik Facebook Dapat Menawarkan Merek-Facebook memperkenalkan Cari Grafik baru,sebuah istilah yang berasal dari grafik sosial dan pencarian. Fitur baru ini merupakan lompatan jauh dari pencarian Facebook tua dan membutuhkan pencarian yang dipersonalisasi ke tingkat yang baru. Dalam posting ini saya akan membantu Anda menemukan 7 cara di mana Cari Grafik dapat mempengaruhi bisnis Anda.

Inilah yang Pusat Bantuan Facebook mengatakan tentang hal itu:

Cari Grafik Facebook Dapat Menawarkan Merek

"Grafik pencarian memungkinkan Anda mencari lebih dari Anda sudah bisa menemukan sebelum ... Sebagai contoh, Anda dapat mencari teman dari teman Anda di kota baru Anda telah pindah ke, mencari foto dengan teman sekelas dari periode waktu tertentu, atau melihat foto teman-teman dan orang lain telah berbagi dengan Anda dari landmark yang terkenal. "
Dalam posting blog ini kami akan membawa Anda melalui 7 fitur baru Cari Grafik Facebook dan memberitahu Anda bagaimana mereka dapat membuktikan menjadi alat pemasaran yang hebat untuk bisnis Anda.


Untuk semua hasil pencarian, Search Grafik menunjukkan potongan informasi dari Wikipedia. Hal ini bermanfaat karena dapat memberikan pelanggan Anda gambaran singkat tentang siapa Anda dan apa yang Anda lakukan. Bukan hanya itu, ia juga dapat memberikan wawasan tentang bisnis Anda secara umum. 
Take-away: kepentingan bisnis Anda yang harus didefinisikan dengan baik dan tidak ada salahnya untuk memeriksa kembali apa yang Wikipedia katakan tentang Anda.




Search Grafik menunjukkan hasil untuk bisnis dengan daftar mereka penggemar halaman dan lokasi. Hal ini juga membantu pengguna mencari restoran, hotel, toko dll di sekitar mereka. Halaman-halaman lebih terlokalisasi bisnis telah, semakin mudah bagi pelanggan untuk menemukan mereka. 
Take-away: Klaim halaman Anda dan check-in lokasi dan menghapus daftar duplikat.



Sebagai contoh, pengguna bisa mendapatkan hasil untuk pencarian spesifik seperti "restoran di London teman-teman saya telah ke". Ini akan menunjukkan kepada mereka daftar restoran di mana teman-teman mereka telah check in


Sejak Cari Grafik Facebook sangat bergantung pada informasi yang Anda berikan, sangat penting bahwa Anda segera memperbarui kontak Anda dan "About Me" informasi. Ini akan membantu Facebook berisi informasi yang lebih akurat tentang Anda sehingga pelanggan dapat menemukan Anda dengan mudah. 
Take-away: Pastikan bahwa nomor telepon atau URL yang telah diposting diperbarui dan bahwa About Me informasi Anda dioptimalkan untuk hasil pencarian.




Search Grafik menunjukkan pengguna yang teman-teman mereka telah check in ke tempat-tempat, menyukai halaman atau meninjau daftar. Singkatnya, hal itu akan menunjukkan kepada mereka bagaimana populer Anda berada di dalam lingkaran teman-teman mereka. Hasil pencarian akan lebih spesifik sehingga Anda dapat mengalihkan fokus Anda pada konversi lebih dari kesadaran. Pelanggan Anda akan menjadi merek Anda pendukung lebih dari sebelumnya. 
Take-away: Mendorong penggemar menyukai halaman Anda, berbagi foto, check-in ke brick-and-mortar kehadiran Anda, meninjau produk Anda dan menyebarkan berita.




Fitur Pencarian Grafik akan menampilkan hasil yang sangat pribadi tergantung pada informasi profil pengguna, lingkaran teman-teman mereka dan kepentingan mereka. Bisnis dengan halaman lokal bisa mendapatkan keuntungan yang maksimal dari ini karena Cari Grafik akan mengarahkan pengguna ke halaman dengan konten relatif daripada halaman perusahaan merek. 
Take-away: Jika Anda belum mempertimbangkan lokalisasi strategi pemasaran Anda, Anda pasti harus mempertimbangkan sekarang. halaman lokal , konten dalam bahasa lokal, kepentingan budaya dan nilai-nilai semua datang ke dalam bermain dengan Cari Grafik.




Search Grafik curates hasil pencarian berdasarkan kesamaan dan link dalam data dari beberapa pengguna. Ini akan lebih mudah bagi teman-teman dengan minat yang sama untuk menemukan satu sama lain dan menemukan orang-orang lain juga. 
Take-away: Pastikan bisnis Anda memiliki kehadiran yang kuat dalam percakapan di mana pelanggan Anda pasti akan memeriksa. Membangun Anda reputasi digital merek dengan baik dan Anda akan melihat hasil yang nyata dalam Pencarian Grafik.




Search Grafik Facebook masih dalam tahap beta dan pengguna dapat melihat hasil pencarian sampel dan permintaan untuk bergabung di sini . Hal ini belum melihat apakah pengguna Facebook dengan cepat beradaptasi dengan teknologi ini atau menolak sama sekali. Tetapi jika semuanya berjalan dengan baik, Search Grafik dapat diintegrasikan ke dalam pencarian Bing yang dapat membuka peluang untuk iklan dibayar.



Dalam kesimpulan, Cari Grafik Facebook dapat berarti penonton ditingkatkan mencapai untuk bisnis Anda. Hasil pencarian Personalized bisa mendapatkan pesan Anda dikirim ke orang yang tepat pada waktu yang tepat. Bisnis akan harus dimasukkan ke dalam beberapa upaya untuk memanfaatkan potensi penuh, meskipun. Sebagai permulaan, kontak dan tentang informasi harus sangat akurat dan up-to-date. Selanjutnya, Anda perlu seperti nyata, ulasan, saham dan check-in untuk naik lebih tinggi dalam hasil pencarian. Terakhir, namun tidak sedikit, konten Anda harus difokuskan pada mengkonversi mengarah ke penjualan.
2013, By: Seo Master

seo Hashtag di Facebook 2013

Seo Master present to you:
Hashtag di Facebook-Hashtag, yang telah lama di mana-mana dengan Twitter sebagai cara untuk tweet kelompok dalam percakapan tertentu, dan juga telah digunakan oleh Google+ dan,, sekarang Facebook milik Instagram. Ini akan segera membuat sebuah penampilan di jaringan sosial terbesar, Facebook.

Hashtag di Facebook

Kemarin, Wall Street Journal mengungkapkan bahwa Facebook bekerja pada menambahkan hashtags ke dalam layanan mereka sebagai cara untuk percakapan grup, mengutip orang-orang yang tidak disebutkan namanya akrab dengan proyek. Sumber-sumber tidak dapat memberikan masukan apapun pada saat hashtag dapat membuat penampilan atau bagaimana versi final mungkin bekerja, tetapi implikasi dan kemungkinan penggunaannya sangat dapat mempengaruhi bagaimana jaringan mengumpulkan dan menyajikan informasi.

Dari sudut pandang presentasi konten, penggunaan hashtags oleh Facebook bisa menyajikan pandangan tingkat yang lebih tinggi dari tren saat ini terlihat, konten bersama dan percakapan. Sementara kedua Twitter dan Google + cukup transparan dan bahkan mempromosikan trending topics, pada saat itu sangat sulit, jika bukan tidak mungkin, untuk mendapatkan nuansa untuk hari-hari tren Facebook . Tapi apa mungkin halaman yang trending topic ini terlihat seperti? Karena fitur privasi Facebook, para pemenang terbesar di sini mungkin menjadi berita yang berhubungan dengan halaman Fan berbagi konten dan mencari visibilitas meningkat. Selain itu, pengguna yang memungkinkan komentar profil mereka menjadi publik atau secara manual memilih ke halaman hashtag bisa memberikan percakapan real-time seperti Twitter. Kita juga bisa melihat penggabungan konten Instagram, seperti Facebook telah membuat jelas mereka ingin memberikan pengalaman visual yang kaya bagi pengguna mereka.

Ini akan memberikan pengguna Facebook pandangan yang lebih holistik percakapan tren dan memberi mereka lebih banyak alasan untuk tetap masuk ke Facebook dan berbagi konten mereka telah menemukan. Ini mungkin juga melayani tujuan yang lebih besar dari keinginan Facebook untuk menciptakan bagi pengguna mereka "koran pribadi", yang Mark Zuckerberg mencatat selama presentasi dari tata letak berita terbaru feed.

Tapi bagaimana dengan pengguna yang mungkin memiliki pengaturan privasi mereka pada profil mereka diatur untuk akses publik melarang? Bagi para pengguna, hashtag tersebut bisa sangat mudah dimasukkan ke dalam baru Cari Grafik dan memungkinkan mereka untuk menemukan teman-teman dan koneksi menggunakan bahwa hashtag untuk bergabung dalam pembicaraan. Hal ini juga bisa membuat posting dikelompokkan dalam news feed mereka jika ada kepentingan yang cukup untuk menjamin itu.

Hashtags juga bisa menjadi rejeki nomplok bagi peluang iklan baru untuk bisnis dan, tentu saja, pendapatan Facebook. Facebook telah membuatnya sangat jelas bahwa pengguna dan halaman fan dapat membayar untuk memastikan konten mereka dilihat oleh khalayak yang lebih luas, dan hashtags bisa kesempatan lain untuk mendapatkan posting disponsori menjadi berita pengguna feed berdasarkan tag mereka telah digunakan. Jika ada topik hashtag permanen halaman, posting disponsori bisa memastikan bahwa link selalu di bagian atas halaman tersebut, sehingga meningkatkan kemungkinan klik. Hashtags juga bisa digunakan sebagai metrik menargetkan dalam iklan lebih standar mereka tepat rel banner.

Facebook juga bisa memasak cara yang sama sekali baru untuk menggunakan dan berinteraksi dengan hashtags yang belum terlihat pada jaringan lain sosial. Hal ini tentu bisa dipertaruhkan jika Facebook akhirnya mengadopsi hashtags setelah bertahun-tahun penggunaan sosial, itu akan menjadi seperti apa yang telah kita lihat belum.
2013, By: Seo Master

seo How To Install Javascript SDK for Faster Facebook Integration 2013

Seo Master present to you: I'm sure many of you already know about Facebook Social Plugins (FSP) like Facebook Like Button, Facebook Recommendation, Facebook Comments etc. They serve as a good source of traffic since Facebook users share and post your blog into their wall. To install these plugins to Blogger or Wordpress, you will be asked for something called Javascript SDK.

What is Javascript SDK


The real name of Javascript SDK is Facebook SDK for Javascript. To make it simple, it helps you install and use any Facebook Social Plugins with a few lines of code. For example:
To install Facebook like button without Javascript SDK, use this code:
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&amp;width=292&amp;height=590&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;border_color&amp;header=true&amp;appId=136654566362129" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe>
But with Javascript SDK installed, you just need:
<fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="true" header="true"></fb:like-box>
Really cool, right?

Do I Need To Install Javascript SDK For Every Facebook Plugins?

Absolutely not! You only need to install it once.
If you read tutorials about installing FSP to blog, every post contains some steps like "Create Facebook Application", "Adding Code" ("code" means Javascript SDK). Or when you install a plugins from Facebook Developers, the first step is always "Include the Javascript SDK". That does not mean you must install Javascript SDK everytime, you just need to do it once.
Follow this post, and you can skip these steps forever from now on.

How To Install Javascript SDK

1. Create a Facebook Application

Facebook Application helps you manage and track your plugin. This also help you add more Administrator to manage plugin (especially for Facebook Comment) and more. Every Facebook Application comes with an App ID. When you provide this ID, it enables Facebook's Open Graph Meta Tags, which let you administer Facebook Pages for products (where you can share product updates and engage with customers who have "Liked" a product), and use Facebook Insights to track key metrics.

When creating a new Facebook Application, we are not really building an actual app, we just need a App ID. Providing an App ID for use with the Social Widgets feature is recommended, but optional, so you can skip this step.
Something you need to know about Facebook AppID:
  • You can use one AppID for multiple blogs.
  • Some plugins will not work without Facebook App.
  • Not all of the Facebook plugin need an App ID for installation code.
  • Some plugins need a particular AppID to work properly, that's mean you need to create a new Facebook App for the blog which uses that plugin.
Okay, let's do it:
  1. Go to Facebook Apps Developer and Login. Then click Create New App.
    Create New Facebook App
    Create New Facebook App
Read more »2013, By: Seo Master

seo How to Create Facebook Page for Website/Blog and Business 2013

Seo Master present to you:
Facebook Fan PageFacebook is the world's second largest website after Google and no one social media website. Nowadays the all internet users use Facebook. Every business since everyone is special and a common man uses Facebook.A Facebook page is a perfect way to connect with your customers on Facebook,

How do I create a Facebook page for website/blog and my business?


1.Log in to your Facebook account. Your new page will be linked to this account, and any changes you make to your account will need to be done after you log in.

2. go to https://www.facebook.com/pages/create

3. Here you can select any category according to your business.

Pick a category from the following list:

  • Local Business or Place
  • Company, Organization or Institution
  • Brand or Product
  • Artist, Band or Public Figure
  • Entertainment
  • Cause or Community


How to Create Facebook Page

For example, to create a page for your blog or website
4. The first step is to choose what style of page you may produce. select “Brand, Product, or Organisation”, and select the ‘Website’ profile within the in the menu.
Select Brand or Product for website

5. Give your page a name, and agree to the Facebook pages terms and click Get Started
6 .On the Next Page, Upload an Image for your Fan Page and other setting, it is exactly the same for your Facebook profile.
7. You'r page is now ready and how do you change the page usernames & page web address
First page webaddress link of your page like this https://www.facebook.com/pages/Name/(ID)108248082539363
How do we can change?
For that we should need 25 like for page
1. Enter you page account
Enter your account
2. go to Edit Page > Update Info > Basic Information here you can view user name You can now direct people to
click Change username and enter your page name like "bloggerknown"

Now you can update your blog status of the page.
Thank you all if any doubts please leave comments. for more detail please click here
2013, By: Seo Master
Powered by Blogger.