Adreno
Forum Replies Created
-
Yeah agreed. As there are a number of ways to implement page views via different plugins (all with different meta names).
What about a post meta criteria instead? User can specify the meta and then have a dropdown with a logic operator and a value field. i.e.:
[post_meta ] [<, >, = ] [value]
Then I could implement pageviews > X as a tweet post criteria. Other users could do other powerful things too.
I tried both ways separately and neither worked correctly for me. The link would show initially but then wouldn’t display when I tried to generate a sample tweet more than one time. Currently I’m using 6.7.4 and bit.ly and it works fine, but not with 6.7.6.
Forum: Plugins
In reply to: [WP Fastest Cache] Exclude certain pages from being cachedPerfect thanks. I’ll update everything tomorrow. Also thanks for your efforts with the plugin, great job!
I’m interested in this too. It’s not possible with the current version as you’ve stated, but have you looked into how it might work? Currently I’ve made a small change to your plugin as follows:
1. I tweet my post with featured image
2. I take the pic.twitter.com link and add it to custom post meta for that post
3. I’ve updated your plugin to use the post_meta field if it exists for the post about to be tweetedThis works great for posts I’ve already tweeted, but obviously not for those I haven’t.
Would be great to hear your thoughts on how this might be achieved.