ページ タイトルやメタ ディスクリプションを印刷するための php コードが必要です。
それらは既に存在しますが、Twitter の共有リンクに動的なタイトルを付ける必要があります...
For example: This is Twitter sharing link which works :
<a href="http://twitter.com/share?text=Hello+World&url=<?php echo curPageURL();?>"
I want to include there Page Title/ or Meta Description
so the link would look like :
<a href="http://twitter.com/share?text=<?php /// ?>&url=<?php echo curPageURL();?>"
タイトル/メタディスクリプションは、フォーラムとプラグインによって生成されます。