EduardET

change og image

Jan 15th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         if ( $( 'body' ).hasClass( 'blog' ) ) {
  5.             var oggImage = $( 'meta[property="og:image"]' );
  6.             oggImage.attr( 'content', 'http://myimage.com/my-image.jpg' )
  7.         }
  8.     } );
  9. } )( jQuery );
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment