blog_post_opengraph.xml 799 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  11. <head>
  12. <attribute name="prefix" value="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#" />
  13. </head>
  14. <body>
  15. <referenceBlock name="head.additional">
  16. <block class="Magefan\Blog\Block\Post\View\Opengraph" name="blog.post.opengraph" template="Magefan_Blog::post/view/opengraph.phtml" />
  17. </referenceBlock>
  18. </body>
  19. </page>