I'm setting up a PubSubHubbub subscription on a Wordpress blog using the tutorial here, which states that the information about the hub is included in the feed "using an atom:link tag with a rel='hub' attribute". However, the blog I want to subscribe to (link here) does not have the rel='hub' attribute. Does it mean there is no way to get PuSH notification about it please? Could I set up a hub myself and link it to the atom address? Thanks.
Related
We are developing a platform to help freelancers schedule #linkedin posts for their clients and manage comments on those posts.
I understand from the documentation that LinkedIn provides webhooks for apps to get notified when a Page post receives comments but I can't find a way to enable that feature. At the moment we are basically query the API frequently enough to make it look like it is a webhook but that is not a proper solution.
Is it a very restricted feature just like video UGC posts (which would be nice to have as well)?
Or can we apply somehow?
Any help is appreciated, thanks.
I am trying to access my site's Subscription Products via REST API. At wc/v1/subscriptions I can get the active subscriptions, and at wc/v3/products I can get all products except subscriptions.
There isn't anything in the WC Subscriptions documentation about subscription products. This site implies that I can provide an API for this, but I am not a PHP programmer. I do have access to the server and can put code in functions.php or wherever it would belong.
Can anyone provide me with the code to achieve this? I ask here because I hope it's relatively simple, like the get_posts_meta code I've found on a number of blogs/sources to expose some other API data.
Thanks a lot.
I have a bot which creates messages including some urls provided by users.
Telegram creates link previews for those urls. The previews are cached.
Sometimes the content of the url changes, then the preview provided by Telegram is outdated. So I need to update the link preview provided by Telegram.
Telegram link previews can be updated using https://telegram.me/webpagebot. But according to Telegram Bot API, a bot can't talk to another bot to avoid infinite loops. So opening a chat between my bot and webpagebot to request the update is not an option.
How could I force the update of a link preview from my bot? Is there some http request, API, or whatever to do it programmatically?
You may add a randomly generated variable to the end of the link, so Telegram looks a link as a new link, like this:
Suppose a old link is like:
https://example.com/offers/106-tatasky-recharge
If you change og_image, title, meta description of this page, then use the above link as:
https://example.com/offers/106-tatasky-recharge?t=18121980
I think, it solves the problem.
I am looking for a tool to track which users didn't receive or didn't open their Woocommerce order complete email (maybe because they didn't check their Spam filter).
I found the Follow-Ups Woocommerce extension, but this only lets you track additional emails and doesn't show you a list of all people that didn't open their mail.
Is there any other way to track Woocommerce Emails as described?
Yes, You can. To track email in wordpress is complex process. You need t add Pixel Tracking Code in Email. For easiness you should any prebuilt plugin . Use check Email Tracker wordpress plugin on Email Tracker . This wordpress plugin tracks email is opened or not at receiver end. This is free plugin. I have tested it many times and it is working properly.
You need to integrate third party mail campaign / tracking services like Mailchimp
Review this articles :
https://connect.mailchimp.com/integrations/woochimp-mailchimp-for-woocommerce
https://connect.mailchimp.com/integrations/woocommerce-mailchimp
Also review this plug-in which will allow to ingrate Mailchimp in Woocommerce.
https://wordpress.org/plugins/woocommerce-mailchimp/
I want to show my telegram channel contents in my wordpress website.
Is any way exist for stream telegram channel contents to my wordpress?
It is possible with Telegram Bot API. Basic idea:
Create a bot that can post to your channel;
Create an interaction layer between your site and the bot (for example, REST API);
Post something via your bot;
As soon as you post, your bot should send the post to both channel and website.
Also this can be done with the console client (channel_history command).
You can use this plugin : 'TelegramsChannelToWP'
first you must get API-key from :
http://en.tele-wall.ir/api/register/
then enter your site and your favorite channel
install plugin TelegramsChannelToWp
in setting page enter api-key and channel's username
add TelegramsChannelToWp widget.
Finish
https://github.com/mahdizolqadr/TelegramsChannelToWP
You can take a look at WP Telegram. It works very well from WP to telegram; moreover, it provides widget to show telegram channel or group on WP.