HOME   E-BUSINESS   SERVICES   ADVERTISING   DISCLAIMERS   ARCHIVES                                                                              

PLR Internet Marketing Forum

Training, Tools, Services, and Support.


Credits: 0 [Check]

Main Marketing Discussion Forum This is where we discuss Internet Marketing, Niche Marketing, Affiliate Marketing and how to make money.

Reply

Advanced Member

Join Date: Dec 2009
Posts: 206
Credits: 183
Thanks: 1
Thanked 4 Times in 4 Posts
4 shekdp is on a distinguished road
Quote  
06-05-2010, 09:11 AM
Default How do i keep the social networking buttons on my site ?

Hello friends,
I've seen many websites are keeping a button from social networking websites, that is from facebook, twitter, etc..
And that button looks something like this, as shown in the figure,



When we click on like, the counter beside the button is increased..
How do i keep such a button my website ?
Reply With Quote
shekdp is offline
Advanced Member

Join Date: Feb 2010
Posts: 218
Credits: 131
Blog Entries: 1
Thanks: 12
Thanked 29 Times in 24 Posts
4 JamesStein will become famous soon enough
Location: South Carolina

Quote  
06-05-2010, 10:06 AM
Default Re: How do i keep the social networking buttons on my site ?

Add the following to your pages....

PHP Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=
<?php the_permalink(); ?>&layout=standard&show_faces=true
&width=450&action=like&colorscheme=light" scrolling="no"
frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:px"></iframe>
James

Quote:
Originally Posted by shekdp View Post
Hello friends,
I've seen many websites are keeping a button from social networking websites, that is from facebook, twitter, etc..
And that button looks something like this, as shown in the figure,



When we click on like, the counter beside the button is increased..
How do i keep such a button my website ?
__________________
9,000 One Way Links Increase Web Site Traffic For Serious Marketers

Article Marketing - 100% Ad Free Article Directory, CreationMode and SpinLeverage Technology, Article Sales Pages, Opt-In Article Pages, AP Social Posting To 280+ Sites, Auto Syndication Upto 180 Site + More
Reply With Quote
JamesStein is offline
Advanced Member

Join Date: May 2010
Posts: 130
Credits: 138
Blog Entries: 4
Thanks: 16
Thanked 35 Times in 30 Posts
3 JMPruitt will become famous soon enoughJMPruitt will become famous soon enough
Location: Orlando Fl

Quote  
06-05-2010, 11:45 AM
Default Re: How do i keep the social networking buttons on my site ?

if you are using a blog, there are widgets and plugins that you can use, depending on the platform. There are ones for blogger, wp, typepad, and all the popular sites.

if you are using worpress, i recommend Sociable plug in., and tweetmeme for twitter.
__________________
Get the Super Affiliate Secrets to real cash online
Reply With Quote
JMPruitt is offline
Advanced Member

Join Date: Dec 2009
Posts: 206
Credits: 183
Thanks: 1
Thanked 4 Times in 4 Posts
4 shekdp is on a distinguished road
Quote  
06-08-2010, 07:33 AM
Default Re: How do i keep the social networking buttons on my site ?

Quote:
Originally Posted by JamesStein View Post
Add the following to your pages....

PHP Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=
<?php the_permalink(); ?>&layout=standard&show_faces=true
&width=450&action=like&colorscheme=light" scrolling="no"
frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:px"></iframe>
James
Thanks for the code buddy.. Great find !!
Now I would to ask something, Will I get more traffic through this button ?

Also, Do we have a similar kind of button for twitter, orkut, myspace, digg, etc.. also ?
if yes, please share the codes for them also..

Last edited by shekdp; 06-08-2010 at 07:55 AM.
Reply With Quote
shekdp is offline
Advanced Member

Join Date: Feb 2010
Posts: 218
Credits: 131
Blog Entries: 1
Thanks: 12
Thanked 29 Times in 24 Posts
4 JamesStein will become famous soon enough
Location: South Carolina

Quote  
06-08-2010, 12:56 PM
Default Re: How do i keep the social networking buttons on my site ?

I would stay away from using too many plugins and add the coding into the template myself .... Thus why I posted the code...

Digg:
Integrate: The Digg Button | Digg About

Facebook:
PHP Code:
<a name="fb_share" type="button" href="http://www.facebook.com/sharer.php">
                                
Share
                            
</a>
                            <
script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> 
Twitter:
PHP Code:
<a href="http://twitter.com/home?status=Currently Reading : PROVIDE-PAGE-TITLE-CODE : PROVIDE PAGE URL" title="Click to share this post on Twitter"> <img src="images/twittershare.png" alt="Share on Twitter" border="0" width="65" style="margin-bottom:-6px;"></a
On twitter you will need to find your blogs code for the page title and url of the page and add it into the above code.

Linked-In
PHP Code:
<a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode('PROVIDE PAGE URL');?>&title=<?php echo $item->title;?>&summary=<?php echo $item->summary;?>&source=https://www.articleproductions.com"><img src="https://www.articleproductions.com/images/linkedin.png" alt="Share on LinkedIn" border="0" width="65" style="margin-bottom:-6px;">
                            </a>
Linked-In you need to provide the code for the url of the page and add it into the above code.

James

Quote:
Originally Posted by shekdp View Post
Thanks for the code buddy.. Great find !!
Now I would to ask something, Will I get more traffic through this button ?

Also, Do we have a similar kind of button for twitter, orkut, myspace, digg, etc.. also ?
if yes, please share the codes for them also..
__________________
9,000 One Way Links Increase Web Site Traffic For Serious Marketers

Article Marketing - 100% Ad Free Article Directory, CreationMode and SpinLeverage Technology, Article Sales Pages, Opt-In Article Pages, AP Social Posting To 280+ Sites, Auto Syndication Upto 180 Site + More
Reply With Quote
JamesStein is offline
The Following 2 Users Say Thank You to JamesStein For This Useful Post:
Admin (06-08-2010), shekdp (06-08-2010)
Advanced Member

Join Date: Dec 2009
Posts: 206
Credits: 183
Thanks: 1
Thanked 4 Times in 4 Posts
4 shekdp is on a distinguished road
Quote  
06-08-2010, 10:58 PM
Default Re: How do i keep the social networking buttons on my site ?

Yeppy !!! Now everything will fit onto place I believe... Now,I can put twitter, digg, linked-in buttons..
If There are any other, similar to these one then please share them as well..

Also,I would like to add something to the code which James gave for facebook earlier..
The code which you gave will show the symbol of facebook as,



But if we want exactly the symbol which I showed in the image then we have to modify something, that is if we want the symbol to be like as shown below



then the code will be,
PHP Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=
<URL>&layout=standard_button&show_faces=true
&width=450&action=like&colorscheme=light" 
scrolling="no"
frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:px"
></iframe

you see the change is only at the layout attribute value..
Now I'm understanding php a bit its attributes also..
Reply With Quote
shekdp is offline
The Following User Says Thank You to shekdp For This Useful Post:
JamesStein (06-09-2010)
Advanced Member

Join Date: Feb 2010
Posts: 218
Credits: 131
Blog Entries: 1
Thanks: 12
Thanked 29 Times in 24 Posts
4 JamesStein will become famous soon enough
Location: South Carolina

Quote  
06-09-2010, 08:52 AM
Default Re: How do i keep the social networking buttons on my site ?

Great .. Good for you ...

James

Quote:
Originally Posted by shekdp View Post
Yeppy !!! Now everything will fit onto place I believe... Now,I can put twitter, digg, linked-in buttons..
If There are any other, similar to these one then please share them as well..

Also,I would like to add something to the code which James gave for facebook earlier..
The code which you gave will show the symbol of facebook as,



But if we want exactly the symbol which I showed in the image then we have to modify something, that is if we want the symbol to be like as shown below



then the code will be,
PHP Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=
<URL>&layout=standard_button&show_faces=true
&width=450&action=like&colorscheme=light" 
scrolling="no"
frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:px"
></iframe

you see the change is only at the layout attribute value..
Now I'm understanding php a bit its attributes also..
__________________
9,000 One Way Links Increase Web Site Traffic For Serious Marketers

Article Marketing - 100% Ad Free Article Directory, CreationMode and SpinLeverage Technology, Article Sales Pages, Opt-In Article Pages, AP Social Posting To 280+ Sites, Auto Syndication Upto 180 Site + More
Reply With Quote
JamesStein is offline
Reply

Bookmarks

Tags
social bookmarking button code, social bookmarking code, social network button code, social networking button code

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Marketing in Social networking sites Anchor Main Marketing Discussion Forum 10 04-21-2010 08:33 PM


All times are GMT -6. The time now is 02:34 PM.