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

Php 如何使用rss提要在Facebook即时文章中添加自定义设计,php,rss,feed,Php,Rss,Feed,如何在Facebook即时文章中的标签后输入标签添加 <?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 parag

如何在Facebook即时文章中的
标签后输入标签添加

<?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>';

?>


请编辑您的问题,添加您尝试过的内容。您能把您的问题澄清一点吗?