Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- setTimeout( function() {
- var singlePostIcons = $( '.single .et_social_inline.et_social_mobile_on.et_social_inline_bottom' ),
- insertAfter = $( '.wpc-insert-after' );
- singlePostIcons.detach();
- singlePostIcons.insertAfter( insertAfter );
- }, 100 )
- } );
- } )( jQuery );
- <script>
Advertisement
Add Comment
Please, Sign In to add comment