Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- if ( $( 'body' ).hasClass( 'blog' ) ) {
- var oggImage = $( 'meta[property="og:image"]' );
- oggImage.attr( 'content', 'http://myimage.com/my-image.jpg' )
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment