How to monitor wordpress plugin usage statistics? - wordpress

I have created a wordpress plugin that I'm about to publish. However I would like to gather statistics of its usage. What would be the best way of doing so? What I have so far is the plugin settings page with opt-in checkbox for user to agree for statistics sharing.
I was thinking of using google statistics but not sure would that be the best option. Most probably the plugin user would already have google analytics on their webpage enabled. Wouldn't that cause a conflict?

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.

Social network with WordPress

My project is social network website which will be built on CMS. I have decided for WordPress. The thing is I am not so sure about my decision now.
Website should have features like login and register forms, profile making and editing, user generated content from front end of site, content making restriction only on registered users of website, publishing most popular posts on home page.
User posts should be public. What I mean by that is, while I was previewing themes, I noticed that most posts from users were posted in groups. I would like this website to work more like Facebook.
Is it possible to make this sort of website with WordPress without custom plugins? And could you recommend a theme for this sort of project?
Sorry for long question and thanks in advance :D
You should look into Social specific plugin/project for WordPress called BuddyPress. https://wordpress.org/plugins/buddypress/
If you look into buddypress specific themes you might be able to find something which is similar to your goals.
Here is official website https://buddypress.org/ (it is open source free project by WP team)
It has a feature called Activity Stream which you might be looking for which is like FB timeline.

WordPress plugin/theme suggestion

I am looking for a WordPress plugin/theme that offers similar functionality to this website: https://secure.heathrow.com
The search would essentially be the same, leading through to a few options which you can then book/purchase via a payment merchant.
I have ploughed through wordpress.org plugins section, and had no joy.
If anyone can recommend or know of anything similar, as has any type of solution I would be most grateful! :)
Thanks
You will not find a specific WordPress plugin tailored to that type of search and purchase function. If you look at the source code for that site (in Chrome, View -> Developer -> View Source), you will see that the main script that is running the search is an .asp script (Microsoft product). This is likely a custom built site.
There are some plugins that will help you with e-commerce on the WordPress platform such as WooCommerce, Shopify, WP Ecommerce, etc, all of which do charge fees for the services provided in the plugin. Many people who run e-commerce sites often find developers to work with them to build something more custom than these platform plugins can provide.
Instead, look for a search function plugin in WordPress to go through your database, then evaluate the e-commerce platform plugins for a functional match. A good rule of thumb in WordPress is that if you can't find an exact plugin for what you want, try to break the pieces down into components and search for a plugin for each of the components.

Visitors stats for Wordpress

What is the best way to provide information who is using visiting blogs on wordpress installation? Is there a plugin that provides this information?
Beside integrating Google Analytics, you should install the WordPress.com Stats Plugin. To use it, you have to get a free "Wordpress.com" API Key, but then you can get very good details about the real visitors of your blog. It is not as huge as Google Analytics but it is a very good combination of what a blog user want's to know.
Google Analytics provides this kind of information. This plugin integrates analytics reporting in to your WordPress installation.
Google Analytics for WordPress is a great plugin. You can then get the analytics data from Google or other sites
http://roderickbarnes.com/blog/bif-analytics
I also suggest trying out the WordPress.com plugin: Jetpack. It is good stuff. It is also not recognized as a standard and hence should be viewed as outside of the mainstream.

Good wordpress sitewide message system plugin

I need a plugin for wordpress that will allow people to put a message at the top of the site that may state things like upcomming events or notifications of outages of our server..etc...etc..
Anyone know of a plugin that can do this?
All the one's I've found like WP Announcement and Announcer don't seem to handle this very well. I cannot have the modal popup either.
I would suggest a roll your own version. Using a plugin framework, like PodsCMS can help with this and even make it manageable with custom admin menus. This combined with the Adminimize plugin can even help with restricting access to this feature on a user role basis.

Resources