subscribe

You can update this text in your control panel, under Theme Options. Nam massa. Ut tempor augue non sapien lobortis aliquam. Maecenas.

Dynamic Facebook Share for Wordpress

November 16th, 2009

Here’s the code for integrating Facebook Share with Wordpress (i.e. you want users to be able to post your pages on facebook and you want to control what gets posted).

//Dynamic title

<?php
if (is_front_page()) {
echo ‘<meta name=”title” content=”HOME TITLE” />’;
} else {
echo ‘<meta name=”title” content=”‘;
wp_title(”,true,”);
echo ‘” />’;
}
?>

//Dynamic thumbnail using Press 75 Simple Thumbnail plugin

<?php
if (is_single()) {
if ( p75HasThumbnail($post->ID) ) {
echo ‘<link rel=”image_src” href=”‘;
echo p75GetThumbnail($post->ID, 200, 125);
echo ‘” />’;
}
} else {
echo ‘<link rel=”image_src” href=”URL TO HOME THUMBNAIL“>’;
}
?>

//Dynamic description using post excerpt

<?php if (is_single()):while(have_posts()):the_post();
echo ‘<meta name=”description” content=”‘;
$out_excerpt = str_replace(array(”\r\n”, “\r”, “\n”), “”, get_the_excerpt());
echo apply_filters(’the_excerpt_rss’, $out_excerpt);
echo ‘” />’;
endwhile;
endif;
?>

Happy Facebook sharing!

Tags: , , ,

10 Responses to Dynamic Facebook Share for Wordpress

  1. Ivan says:

    comment…

    Приятно читать блог…

  2. Alex says:

    ……

    Подписался на RSS

  3. Сергей says:

    Мда.

    С одной стороны сообщение интересное, но с другой очень мало фактических обоснований...

  4. Soviet says:

    http://rel” rel=”nofollow”>Хм…..…

    Ссылки как то непонятно отображаются…

  5. Frankie says:

    Добрый день! luke@grantmaro.ru” rel=”nofollow”>……

    С уважением,…

  6. Konstantin says:

    Добрый вечер! mason@sportbul.ru” rel=”nofollow”>……

    С уважением,…

  7. BERNARD says:


    PillSpot.org. Canadian Health&Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. No prescription drugs. Order drugs online

    Buy:Viagra Super Active+.Zithromax.Super Active ED Pack.Cialis Professional.Tramadol.Levitra.Cialis Soft Tabs.Viagra Professional.Viagra Soft Tabs.Maxaman.Viagra.VPXL.Viagra Super Force.Propecia.Cialis Super Active+.Cialis.Soma….

  8. HENRY says:


    MedicamentSpot.com. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Best quality drugs. High quality drugs. Buy pills online

    Buy:Wellbutrin SR.Nymphomax.Lipothin.Cozaar.Lipitor.Lasix.Zetia.SleepWell.Zocor.Amoxicillin.Aricept.Benicar.Seroquel.Buspar.Advair.Acomplia.Female Cialis.Female Pink Viagra.Ventolin.Prozac….

Leave a Reply

Name and Email Address are required fields. Your email will not be published or shared with third parties.

Spam protection by WP Captcha-Free