Archive

Posts Tagged ‘facebook’

How to Find the Page id of a facebook page

Once you set a username for a pgae, it is damn difficult to find out the page id for the facebook page. Sometimes it would so frustrating that we end up using some online tools or something like that to figure it out. But there is an easy way to find it out. Read more…

Categories: Tips 'n' Tricks Tags: ,

Facebook Audio Notifications

Facebook is one of those companies that (thankfully) never just roll out updates to all of their users in one single shot. They tend to roll out their features and updates in sages, even if the feature/update is a sure thing to be added. (Look at the Timeline addition for an example). One of Facebooks most recent little experiments involves the audible sounds that you hear when you receive a notification. Read more…

Categories: Computer, General Tags:

Post New Posts From Your WordPress Blog to Facebook Page or Profile

This article explains how you can set up your facebook wall or your facebook page to post all the new posts from your wordpress/other platform websites automatically. This way doesn’t include creating any apps or anything like that. This is one of the easiest ways to post updates from your website to your facebook page or wall. Read more…

How to Share Tweets from Twitter to Your Facebook Page Automatically

I have been searching for this for a while now. Now that I have found a way to do it, I thought it would be nice to share it here! So here it goes.

This How to Article explains how you can share the tweets from you twitter account to your facebook page automatically. Read more…

How to Make a Welcome Page for your Facebook Page using Static HTML – Video Tutorial

How to Make a Welcome Page for your Facebook Page using Static HTML:

Static fbml application used to do this. But as now facebook is not allowing us to install static fbml to new pages, we can make use of this static html. this is somewhat better than the static fbml.

Sidenote: Static FBML cannot be installed to pages as of now!

In this video tutorial I will show how to create a welcome page for your [age in facebook using static html application. After creating the page, you can make it a default landing page by clicking on “Edit Page” button and changing the option “Default Landing Page” in “Manage Permissions”.

This is the html code I used in my page!

<div align=center><img src=”http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc6/253262_251675544844380_182379048440697_1080456_4148773_n.jpg”></img><br />   <font face=”verdana” color=”green”<h2>Welcome to CityVille Fans Page</h2></font><br />   <font face=”verdana” color=”black”> Enjoy you stay here and share anything!</font>   <br />    <h4><font face=”comicsans” color=”blue”>Please Share the Page. We Really Appreciate that!</font></h4><br /> <fb:share-button href=”http://facebook.com/cityvillefanspage” /> </div>

If you have any doubts Please ask me in the comments!

How to add facebook like button in each posts in your blogger blog

Step 1. adding it to your template.

The button code,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
</b:if>

where to add it ?

Log into your blogger account, then go to Layout >> Edit Html.
Before doing any thing you must check Expand Widget Templates box.
And find the next Code

<div class='post-header-line-1'/>

And after it, paste your button code

What, If you didn’t find the code above in your template, The try to find the following,

<data:post.body/>

And paste the button code Before it.

click Save Template and you are done.

Step 2. Customize your button & Demo.

in the above code you can customize 3 parts. and i’ve colored them to make it easy for you to recognize,

in the above code change the following parts,

  • like this part controls the verb that appear on your button, keep it as you see or change it to recommend if you want.
  • arial this part controls the font type, keep it or change it to one of the following,lucida+grande
    segoe+ui
    tahoma
    trebuchet+ms
    verdana
  • light this part controls your button color theme, and you have three options, light, evil, or dark
  • Update, How to make it appear on your home page.

in the button code there are two parts you’ll need to remove to make this button appear on your home page, the first line and the last line, if you still don’t under stand, please see the following parts and delete it before pasting the code to your template,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
</b:if>

Credit: Link