Advertisement
Guest User

let output

a guest
Sep 2nd, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.38 KB | None | 0 0
  1. Output:
  2.  
  3. <!-- Twitter Cards -->
  4. <meta name="twitter:card" content="summary_large_image">
  5. <meta name="twitter:site" content="@meatspin">
  6. <meta name="twitter:creator" content="@meatspin">
  7. <meta name="twitter:title" content="This part works perfectly">
  8. <meta name="twitter:description" content="This part works perfectly">
  9. <meta name="twitter:image" content="<img width="100" height="100" src="https://meatspin.com/wp-content/uploads/2015/08/vps-spinning.jpg" class="attachment-100x100 wp-post-image" alt="spin that booty my boy" /> "> <===== error received from firefox source inspection saying that there is no space between attributes
  10.  
  11. <!-- Facebook OG -->
  12. <meta property="og:type" content="article" />
  13.    <meta property="og:title" content="This part works perfectly"/>
  14.    <meta property="og:description" content="This part works perfectly"/>
  15.    <meta property="og:url" content="https://meatspin.com/sub-url <=== works perfectly "/>
  16.    <meta property="og:site_name" content="This part works perfectly"/>
  17.    <meta property="og:image" content="<img width="100" height="100" src="https://meatspin.com/wp-content/uploads/2015/08/vps-spinning.jpg" class="attachment-100x100 wp-post-image" alt="spin that booty my boy" /> "/> <===== error received from firefox source inspection saying that there is no space between attributes
  18.    <meta property="fb:app_id" content="546549878544565456456456123456789"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement