Hello everybody,
I want to copy text from certain websites and insert it into an automatic post, for example, if I type a URL in a text box, it will automatically paste the images and text of the website in a post or automatically make the post and publish it.
I think i need something like a "post template plugin" but more advanced so i can automatically get text from a website.
I have already found a piece of code on the support site but I don't know how i can manage to place the text of that website in the post anyway .. I know nothing about making plugins.
This is the code:
<? php
/ **
* Plugin Name: Name Of The Plugin
* Plugin URI: http: // URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: The Plugin's Version Number, e.g .: 1.0
* Author: Name Of The Plugin Author
* Author URI: http: // URI_Of_The_Plugin_Author
* License: A "Slug" license name e.g. GPL2
* /
Is there any solution to my problem?
Thanks