Welcome

Please welcome in our blog, let's get enjoying to explorate our blog page. Happy Surf!

Recents Download

  • no files

Translate

Label / Categories

Business (4) Computer (21) Healthy (15) Lifestyles (5) Property (1) Seo (14) Shoping (1) Social (6) Sports (2) Technology (3)
Tampilkan postingan dengan label widgets. Tampilkan semua postingan
Tampilkan postingan dengan label widgets. Tampilkan semua postingan

Automatic submitting Blog RSS Feed to the Facebook Fanspage with RSS Graffiti Applications in Facebook

Kamis, 05 April 2012


Automatic submitting Web/Blog RSS Feed to the Facebook Fanspage with RSS Graffiti Applications


Automatic submitting Blog RSS Feed to the Facebook Fanspage with RSS Graffiti Applications


There's always a way to promote your blog and increase your blog visitors. By submitting the blog RSS feed into Facebook, then every time you post a new article, the article will appear automatically posted on your facebook profile, so your facebook friends can read your blog posts directly on your facebook profile page. If your article is nice of course they will visit your blog to read more so that it can also promote your blog.

RSS Graffiti will automatically submit your blog posts to your facebook profile page every time you update the post so that you do not need to submit articles manually to facebook.

Some of the features provided by the RSS graffiti such as:

Allows you to set the display of articles in the form of regular feed or short messages like Twitter
 

Filter out articles from a specific date
 
Gives an additional message on any article published
 
Schedule a post
 
Tweak to publish twitter facebook


Automatic submitting Blog RSS Feed to the Facebook Fanspage with RSS Graffiti Applications
 

Way to submit RSS Feeds RSS Graffiti

1. Login to Facebook.


2. Open the application and run RSS Graffiti.


3. After that, click Add Feed.


4. Then will appear this
page


Feed URL: Fill in the address of your blog feed. Example http://antew2.blogspot.com/feeds/posts/default?alt=rss
Source Name: Fill in the name of your blog
Source URL: Fill in your blog address
Post style: Let the 'Standard'. If you want appears in the form of short messages like Twitter select 'Compact' or 'Status updates'

 
5.
Press Save for finish.  



Hopefully you can add insight to promote your blog posts separately to many people.


"Automatic submitting Web/Blog RSS Feed to the Facebook Fanspage with RSS Graffiti Applications"
Read Post | komentar (1)

How to create a script bookmarking site for Blogger

How to create a script bookmarking site for Blogger.  


Bookmark this site, Function of the link is to instruct your browser to store your blog or site in your browser's bookmark list


You've probably seen a blog or a site on the top there is a link labeled "Bookmark this, Bookmark this site, etc.". Function of the link is to instruct your browser to store your blog or site in your browser's bookmark list. As an example, please try to click the link at the top right above it that reads my blog Bookmark this Blog. How were the results? There is a pop-up display that works to save new bookmarks right?
The advantage of this script is to allow visitors to quickly access our blog and can always remember it, so we can maintain it for the rest of his visit.
Here's How to Make a Bookmark Site Script :
A. Login to your Blogger account
2. Choose Layout> Edit HTML
3. Find the code </ head> and paste the following javascript code on it:

    
<script type='text/javascript'>
    
bookmarksite function (title, url) {
    
if (window.sidebar)
    
window.sidebar.addPanel (title, url, "");
    
else if (window.opera && window.print) {
    
var elem = document.createElement ('a');
    
elem.setAttribute ('href', url);
    
elem.setAttribute ('title', title);
    
elem.setAttribute ('rel', 'sidebar');
    
elem.click ();
    
}
    
else if (document.all)
    
window.external.AddFavorite (url, title);
    
}
    
</ Script>
4. Click Save Template
5. To show the link you can make a regular text link or the image, the code:Plain text link:

    
<a href="javascript:bookmarksite('Blog Title','URL Blog')"> Bookmark This Blog </ a>Link to picture:

    
<a href="javascript:bookmarksite('Blog Title','URL Blog')"> <img src="url-your-images" border="0"/> </ a>


Note:If the title of your blog there are quotes such as Sample's Blog, then you should add a javascript backslashed in your link, so it becomes:

    
<a href="javascript:bookmarksite('sample\'s Blog','URL Blog')"> Bookmark This Blog </ a>


The link you can place wherever you want.
How? Easy is not it?
Good luck



"Bookmark this site, Function of the link is to instruct your browser to store your blog or site in your browser's bookmark list"
Read Post | komentar (1)
 
© Copyright CANBOGA 2012 - Some rights reserved | Powered by Blogger.com.
Created by Tris Workshop | Template by Borneo Templates