Copy content from TMZ automatically to WordPress

WordPress automatic plugin has a built-in feature to auto import full content from any website but at some cases the sites contains videos that are rendered using the site’s own player. ie it uses a custom made Javascript so even copying the video to your site, It will not render because you don’t have the same code to run the video

fortunately tmz displays the video URL, and WordPress Automatic can modify the html to be in a format that is WordPress friendly so the videos can work

1- Set the plugin to grab content using class article-content

2- Use this regex to format the video

copy from here https://pastebin.com/Bkpbnq7V

3- done

Leave a Reply

Your email address will not be published. Required fields are marked *