在Facebook上分享动态数据


$title = "BITCHES LOVE BALLET";
$title.= ' Sign up for my guestlist,bottle service or tickets straight from your phone using PromoterX app:';
$url='http://onelink.to/yhthk6';
<a class="btn btn-circle btn-icon-only btn-primary" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?= $url?>&title=<?= $title ?>">share on facebook</a>

当我在Facebook上分享这个时,我无法在Facebook上设置标题。第二件事是Facebook从url中设置的链接中检索标题。请帮我摆脱它。非常感谢您的帮助。

    i got the solution and it's working but when posting on facebook it doesn't take title and description.
<?php      
          $title  = "BITCHES LOVE BALLET";
          $summary = 'Sign up for my guestlist,bottle service or tickets straight from your phone using PromoterX app';                                                      
    ?>            
        <a  target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://onelink.to/yhthk6&title=<?=$title;?>&description=<?=$summary;?>">share on facebook</a>

最新更新