Activation of facebook Instant article - wordpress

I need to activate Facebook instant article(recently launched) on my WordPress website. i just use this plugin https://wordpress.org/plugins/allfacebook-instant-articles/ but it will not works. it will not have any sufficient documentation to implement it on my website. Please advice to activate this plugin Or please suggest any other method to activate this facility.

I haven't used that plugin before but there is another one called Facebook Instant Articles for WP: https://wordpress.org/plugins/fb-instant-articles/ It is the official one from Automattic (the parent company of WordPress).
It works great, just install and activate it. It will put a feed for instant articles at /feed/instant-articles
It doesn't have much for documentation and doesn't include a WP Admin interface but works well and has lots of hooks that you can use to extend or modify your feed. At AdPlugg, we successfully extended it to allow you to drag and drop ads into your feed. You can read more about that here if you are interested: Facebook Instant Article Ads.
Also to note is that the Facebook Instant Articles for WP plugin seems to need PHP 5.5 or higher.

Related

I'm trying to implement external REST APIs in my wordpress website. Can anybody have idea how to do it (whether with a plugin or with programming)

I tried to use one plugin called "WP Data Sync". I am also going through its documentation/ support for the same. I am also having wpbakery page builder in my website. So is there any way that we sync with that also?
Note - We have to sync data in the form of images, image gallery, events listing, and the blog posts.
Did you check out WP Data Syncs website at https://wpdatasync.com/ and create an account to check out an API key?
I'm not sure about all APIs, but the ones I've used in the past would require me to register with the API's website, get issued an API key and maybe even designate the key to a specific website (your WordPress site in this case) for security reasons. After that, you would then go to your WP site and setup the API there via WP DataSyncs plugin.
I hope I understood your question and that this helps.

Is there any sms bump plugin in wordpress which can show a pop-up like the following?

I require a sms bump plugin in WordPress which will show a pop-up like as given in the following image. Please suggest which plugin which plugin in WordPress has such a functionality.
Ranjini,
Unfortunately, for now, SMSBump is not available on WordPress. If you have other questions or need more information, you can also reach out to the support team (on Facebook or directly on smsbump.com)
Best of luck! :)

Wordpress API without installation

I am trying to use the wordpress API to retrieve recent blog posts from a wordpress blog, and display them on a non-wordpress site.
I have read a bunch of tutorials and the documentation on implementing the API, all of which state that you must install wordpress on your server in order to use the API.
Is this definitely the only use case? Is there an implementation I can use which does not require us to install wordpress on the server?
All I want to do is retrieve recent posts and display them in a list which will link out to the actual wordpress blog.
The folks commenting are confused by your statement, because they all assume (as highly technical individuals do), you're referring to a self-hosted WordPress.
No. You do NOT have to have a WordPress install to use the WordPress**.COM** API.
Example:
https://public-api.wordpress.com/wp/v2
Documentation:
https://developer.wordpress.com/docs/api/
Good luck!

submit posts by unregistered users in wordpress

I am newbie in wordpress.
Is it possible to allow unregistered users submit a post and put it in a queue to get confirmed with site admin and when be shown on the site?
Gravity Forms has this ability. Love the plugin, and it works VERY well..
Gravity forms is available here: http://www.gravityforms.com/
I believe you can use the Personal license to do what you want; but, the developer license has the best goodies.
The Plugin 'User Submitted Posts' is a cheap & cheerful way to do this:
http://wordpress.org/plugins/user-submitted-posts/
I use a modified version of this plugin and it works perfectly well.

wordpress restrict pulgin installation to those who have a unique code

i want to make an wordpress plugin, and to put it public, but i want that only the users that have a certain unique code to be able to activate it.
is there possible using the wordpress api to ask for a unique code at plugin activation (and to condition the plugin activation by this code)? I searched wordpress codex, but nothing found.
thanks a lot!
This sounds like the old akismet plugin which required users to register for an API token. You can as part of your plugin require users to enter settings and at this point prompt them to register for an API key.
See the WordPress codex for adding an options page.
Also see this example for a good example of hooking into the plugin activation:

Resources