Advertisement
freddy0512

share

Jul 14th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!-- for Google -->
  2. <meta name="description" content="<?php echo strip_tags($row->ar_body)?>" />
  3. <meta name="keywords" content="<?php echo $row->ar_title ?>" />
  4.  
  5. <meta name="author" content="<?php echo $row->rt_name ?>" />
  6. <meta name="copyright" content="Suara Kasih" />
  7. <meta name="application-name" content="Suara Kasih" />
  8.  
  9. <!-- for Facebook -->
  10. <meta property="og:title" content="<?php echo $row->ar_title ?>" />
  11. <meta property="og:type" content="Renungan" />
  12. <meta property="og:image" content="<?php echo base_url()?>uploads/article/<?php echo $row->ar_image;?>" />
  13. <meta property="og:url" content="" />
  14. <meta property="og:description" content="<?php echo $row->ar_body ?>" />
  15.  
  16. <!-- for Twitter -->
  17. <meta name="twitter:card" content="summary" />
  18. <meta name="twitter:title" content="<?php echo $row->ar_title ?>" />
  19. <meta name="twitter:description" content="<?php echo $row->ar_body ?>" />
  20. <meta name="twitter:image" content="<?php echo base_url()?>uploads/article/<?php echo $row->ar_image;?>" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement