Hello I’m constructing a information web site. I’m making an attempt to automate it.
- Information url (metabox)
- Title
- Content material space
- Picture (featured picture choice on wordpress)
When paste the location url I would really like the opposite metabox to tug the info from the supply
http://www.bbc.co.uk/information/technology-34527439
I would like title and outline to pulled kind bbc web site
- Information url: http://www.bbc.co.uk/information/technology-34527439
- Title: Needs to be fetched from
<title>
- Content material space: must be from
<meta title="description".>
- Picture: Needs to be first picture on the content material
I see you should use php cURL any extra tips that could wordpress could be a lot appreciated
http://www.php.web/guide/en/curl.examples-basic.php
Thanks