shanaver
Forum Replies Created
-
Forum: Reviews
In reply to: [Donately Donation Form] Great platform, great pluginThanks for the love, we’re glad you like it!
assuming this is resolved – gonna close it.
Forum: Plugins
In reply to: [Social Hashtags] Link to the original instagram pageassuming this is resolved … ??
Forum: Plugins
In reply to: [Social Hashtags] Adding a filter to manage CPT argsassuming this is resolved … ??
Forum: Reviews
In reply to: [Social Hashtags] Works as Describedthanks, I’m glad it’s useful
Also, I was unclear on how to use it initially – but Ryan has written some great docs on it. Easiest thing to do may be to install a markdown viewer browser plugin – then go here:
https://plugins.svn.www.ads-software.com/json-rest-api/trunk/docs/README.md
Forum: Plugins
In reply to: [Social Hashtags] Make Images Automatically Featured?I don’t know of a way to do that aside from writing a custom hook into the create post event. Currently the plugin doesn’t have that ability. BTW, if everything is featured – what’s the difference to nothing being featured?
Thanks for jumping in damoncloudflare with the specifics on the CloudFlare side. Per the plugin questions you had David, I added them to the FAQs – but essentially:
Can this plugin also purge Cloudflare cache on a new post creation?
YesCan this plugin purge just the front page cache when a new post is created?
YesCan this plugin also purge the frontpage
YesYes, if you have the ‘Purge url when a post is updated’ automation set to on – it assumes there is a blogroll on the homepage that would need to update.
Forum: Plugins
In reply to: [Social Hashtags] Extent to other APIsThe old twitter code (based on the Twitter 1.0 API) is still in the platforms.class.php file.
The new Twitter 1.1 API Docs are here:
https://dev.twitter.com/docs/api/1.1Essentially, if you want to hook into twitter you’ll need to tweak the platforms.class.php file to use the new API – which is probably a days worth of work. If you want to tackle it, and don’t mind providing the new code, I’ll add it to the plugin. I don’t currently have the time to do it myself, unfortunately.
Forum: Plugins
In reply to: [Social Hashtags] Link to the original instagram pageI don’t think Instagram has a web page – it’s mobile app only, AFAIK.
For now, you could link to the webstigram page using the unique ID meta, like this:
https://web.stagram.com/p/{social_hashtag_sha}
Forum: Plugins
In reply to: [Social Hashtags] Link to the original instagram pageThanks, the original image URL is attached to the post with the meta: social_hashtag_full_url
Forum: Plugins
In reply to: [Social Hashtags] Adding a filter to manage CPT argsI’ve actually been thinking about adding that for a while, so this is a good incentive – someone asking for it specifically.
Done – pull down the latest and it should have what you need.
Forum: Reviews
In reply to: [Social Hashtags] GoodThanks, I’m glad you find it useful
Forum: Plugins
In reply to: [Social Hashtags] Double ImagesI will, thanks!