I am looking for a way to receive a basic notification in the wordpress dashboard when a user clicked a specific link.
Do you know a plugin to do that ?
Thanks for your help !
There are some plugins available to display a basic notification in the dashboard like Dashboard Notes. But might be It will not working like different notification for different pages.
You can create your own notification for every page so when user will visit that particular page then He will notify with a message.
Please follow this link. It will help you to develop custom code by using some function to display a notice on the Page or you can generate Notices Via User Actions also.
Hope this guide will help you.
Thanks.
Related
I have searched for this feature, but I'm not sure if it is possible and maybe someone has done this before. I would like to integrate chat messenger (facebook) with my website, and I would like to have a buy button on my products, and when someone clicks it, it would open the messenger popup with the info about the product clicked already filled in, so I can just follow up personally with extra questions (quantity, address,prices, etc)
Is it possible?
The website is being built with nextjs by the way.
You can not popup the chat extension provided by Facebook automatically the way you are wanting. But, what you can do to achieve your goal is to use Chatbot and referral codes. You can identify which product page the user have come from by checking the referral code. And your chatbot can then provide response of that product as per referral code.
Reference: Messenger m.me Link
I use facebook messenger chat plugin on my wordpress. In the edit page it's showing normally but when open in browser, it's not showing. I followed all the step in the facebook setting under messenger platform and copy the code given in facebook messenger chat plugin. Can somebody help me?
Please inspect or view source code and check if there its installed properly in your website. make sure where they have asked you to put the code. Like if they have said to input code before head then it should be before head , If they have asked you to put before body then it will be before body tag. make sure you did not done any mistake when you are implementing the code.
Google Tag manager is best solution for such kind of task. let me know if there it solved or you still need help.
Thanks
I want to have invite facebook friends functionality. I have made app on facebook and have app id.Now when I use any plugin or custom code for opening invite friends dialog box, it gives error of
"Game Requests are only available to games."
I am not getting why this error coming? Can any one please help me? Do I need to change some settings in facebook app which I have created?
may be the below guide line will assist you.
You must set your Facebook app as a game category, in the App settings. Otherwise, you can't use GameRequestDialog, because your app is not a game. In this case, Facebook gives you AppInviteDialog
i am making a simple WordPress-plugin . its showing setting page on admin side but i want it to display on member side . i have tried some tutorial,searched the internet and word press site also but didn't get it work.Basically i need a plugin where user can enter their cpanel detail and it got saved in user area then perform some Cpanel API.i can handle all this just need info how we can show plugin setting page on user side.
Finally I got it using
$role=get_role('subscriber')
then adding cap to subscriber using
$role->add_cap
now i have to check if i can save settings for each user separately or it will get overwritten?
any help will be much appreciated
I'm trying to find a way to alert all admins when a blog is posted. My client has multiple admins setup for his Wordpress site and wants to be alerted when one of them submits a new blog post or edits one so he can double check it for spelling errors and to make sure he approves the content and he wants to be notified with an email. I searched for a plugin for this but came up empty. Does anyone know how to do this or if their is a plugin to accomplish this that I just couldn't find?
Thank you.
You should take a look at the subscribe2 plugin. I use it on one of my membership sites to notify subscribers when something new has been posted. You can define the notification list to include whatever email addresses you like. By default, all new posts will be emailed to those addresses.
As for edits, I don't think the plugin does it by default, however it does add a checkbox at the bottom of the post editor that allows an notification to be forced.
For other developers, who are facing same issue, here is a pretty cool plugin. It is very light weight and easy to configure. Below is the link
http://wordpress.org/plugins/wp-status-notifier/