Plugin to customize: http://wordpress.org/plugins/wiki-embed
This plugin create a wordpress page showing wikipedia content using a shortcode like this:?[wiki-embed url=http://it.wikipedia.org/wiki/Alta_montagna no-contents no-edit no-infobox]
but have some problem to fix:
When a user follow a link of this page the plugin continue his work showing the new wikipedia page like a wordpress site page and i prefer if it ask for create a new post and not a new page
The plugin also send me mail asking if I need to add this new page in the wordpress page but in this moment the plugin send me a bad url (too long)
this is the text of mail: (in bold the part of url not likned)
A User stumbled apon a page that is currently not a part of the site.
This is the url that they visited - http://www.bionotizie.com?wikiembed-url=http%3A%2F%2Fit.wikipedia.org%2Fwiki%2FOceano&wikiembed-title=bioma+marino
You have a few options:
Fix the problem by:
Creating a new page - and adding the shortcode
Go to http://www.xxx.com/wp-admin/post-new.php?post_type=page&post_title=bioma marino&content=[wiki-embed url=http://it.wikipedia.org/wiki/Oceano no-contents no-edit no-infobox]
Here is the shorcode that you might find useful:
[wiki-embed url=http://it.wikipedia.org/wiki/Oceano no-contents no-edit no-infobox]
Then go to the Wiki-Embed list and add a Target URL to point to the site
http://www.xxx.com/wp-admin/admin.php?page=wiki-embed&url=http://it.wikipedia.org/wiki/Oceano
and place the link that is suppoed to take you to the page that you just created.
Now I receive a mail with url like this where the bold text is no clickable: http://www.xxx.com/wp-admin/post-new.php?post_type=page&post_title=bioma marino&content=[wiki-embed url=http://it.wikipedia.org/wiki/Oceano no-contents no-edit no-infobox]
1: TO FIX: I need one mail with full clickable url so i can't click and add new page
I have tryed to change post_type=page with post_type=post when i past the url in the browser and it work fine. But if try to do this mod in the php script then i have a a problem with wordress back end that become white. I must disable the plugin via ftp or modify it again.
2: TO CUSTOMIZE: I wish work with POST not PAGE