如何使用rss feed在Facebook即时文章中添加自定义设计

时间:2017-01-20 06:20:49

标签: php rss feed

如何在Facebook的即时文章中输入<h2>标记后的标记添加?

<?php

echo '<html>
  <body>
    <article>

      <h2>title of paragraph </h2>
      <p> This is the first paragraph of body text. </p> 

      <p> This is the second paragraph of body text. </p> 

    </article>
  </body>
</html>';

?>

0 个答案:

没有答案