Social Icons

Thursday, August 29, 2013

How To Create App On Facebook For Your Blog

Create you own app on Facebook and link it to you website to make people invite there friends, it's easy, just follow these steps, first go to this Link, developers.favebook.com/apps.
click on create a new app, enter the app name and the category then click continue, copy the app Id above, enter your website address in the required field then choose the integration address.
now your app is installed on Facebook but we need to make an icon in your website to be linked with this app.
Open Microsoft word and copy this HTML script.

<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'Put Your App Id Here',
cookie:true,
status:true,
xfbml:true
});
 
function FacebookInviteFriends()
{
FB.ui({
method: 'apprequests',
message: 'Welcome in the official Moneyy2Maker Blog',
});
}
</script>
<script type="text/javascript">
if (top.location!= self.location)
{
top.location = self.location
}
</script>
 
<div id="fb-root"></div>
<a href="#invite" id="fb" onclick="FacebookInviteFriends();"> 
Click Here To Invite Your Friends
</a>

we will make a little changes in this script to make it familiar with your website.
you will paste your app Id in the above field 'put your app Id'
and write your welcome message under it.
in the end of the script write exciting message to attract people who are invited to your blog, like click here to  invite your Friends.
save this script and copy it to your website in the
place where you want it to appear in.


                                                                 

You May Also Like This:

Make Money From Facebook

How To Verify Your Website To Bing

Link Exchange To Gain More Traffic

No comments :

Post a Comment

Related Posts Plugin for WordPress, Blogger...