Title: Post Sharing PHP Link Codes
Last modified: August 19, 2016

---

# Post Sharing PHP Link Codes

 *  Resolved [linklobby](https://wordpress.org/support/users/linklobby/)
 * (@linklobby)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/post-sharing-php-link-codes/)
 * I have added the code for my post sharing unordered list I am using. I need to
   know what code to use for the “a href” of the **_Feedburner_** link (first list
   item) and the **_Email_** link (last list item). My Feedburner ID is Linklobbycom
   and for the email link I just want it to open the referrers default email client
   with a Subject such as “Check out this post” and in the Body of the email I want
   it to insert the Permalink. Thank you for any help you can give me!
 *     ```
       <ul class="my_bookmarks">
             <li><a class="feedburner" href="#">Feedburner</a></li>
             <li><a class="delicious" href="http://del.icio.us/post?url=<?php the_permalink();?>&title=<?php the_title();?>">Delicious</a></li>
             <li><a class="stumbleupon" href="http://www.stumbleupon.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>">StumbleUpon</a></li>
             <li><a class="digg" href="http://digg.com/submit?phase=2&url=<?php the_permalink();?>&title=<?php the_title(); ?>">Digg</a></li>
             <li><a class="twitter" href="http://twitter.com/home?status=Currently%20reading%20<?php the_permalink(); ?>">Twitter</a></li>
             <li><a class="mixx" href="http://www.mixx.com/submit?page_url=<?php the_permalink();?>&title=<?php the_title(); ?>">Mixx</a></li>
             <li><a class="technorati" href="http://technorati.com/faves?add=<?php the_permalink();?>">Technorati</a></li>
             <li><a class="facebook" href="http://www.facebook.com/share.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>">Facebook</a></li>
             <li><a class="newsvine" href="http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink();?>&h=<?php the_title(); ?>">Newsvine</a></li>
             <li><a class="reddit" href="http://reddit.com/submit?url=<?php the_permalink();?>&title=<?php the_title(); ?>">Reddit</a></li>
             <li><a class="google" href="http://www.google.com/bookmarks/mark?op=add&bkmk=<?php the_permalink();?>&title=<?php the_title(); ?>">Google</a></li>
             <li><a class="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title();?>&source=<?php wp_title();?>">Linkedin</a></li>
             <li><a class="myspace" href="http://www.myspace.com/Modules/PostTo/Pages/?u=<?php the_permalink();?>&t=<?php the_title(); ?>">MySpace</a></li>
             <li><a class="email" href="#">Email</a></li>
         </ul>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Darrell Schauss](https://wordpress.org/support/users/darrellonsite/)
 * (@darrellonsite)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/post-sharing-php-link-codes/#post-1605397)
 * `<li><a class="feedburner" href="http://feeds2.feedburner.com/linklobbycom">Feedburner
   </a></li>`
 * `<li><a class="email" href="mailto:?subject=Check out this post&body=<?php the_permalink();?
   >">Email</a></li>`
 * Normally you would have mailto:your@email.com but leaving that part blank will
   leave the To: blank in the email client.
 *  Thread Starter [linklobby](https://wordpress.org/support/users/linklobby/)
 * (@linklobby)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/post-sharing-php-link-codes/#post-1605398)
 * Thanks darrellonsite, you saved me a lot of headaches!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Sharing PHP Link Codes’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [Post Sharing](https://wordpress.org/support/topic-tag/post-sharing/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [linklobby](https://wordpress.org/support/users/linklobby/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/post-sharing-php-link-codes/#post-1605398)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
