solosails
Forum Replies Created
-
Perhaps, for now, is there a hack I can implement in the AIO SEO functions that will make the default into Summary Large Image?
Hey Peter,
Thanks ever so much for the recent release of AIO SEO that includes the Twitter Card Meta options.
Is there any chance in the next release you could put an option in the AIO SEO settings to choose what the default is?
I pretty much always want to use the ‘Summary Large Image’ , but currently it defaults to ‘Summary’ which is fine, but means I have to remember every time to change that setting.
Many thanks for all your help again, Andrew
Hi Claudio,
Yep, I posted a 5 star review a while back and will continue to promote your plugin, it’s great.
If you need any testing done as well, I’m also willing to help.
Cheers, Andrew
If I can, you’re welcome!
Claudio,
Thanks for picking this up again.
Regards, Andrew
Hi rvtalawila,
Where can we get your complete modification from?
Thanks, Andrew
Hi rvtalawila,
Thank you for updating this, please let me know if you have it stable.
@claudio Sanches please dont be disheartened by one rating, this is a great plugin and I thank you highly for it.
Would you be happy to take up the development from rvtalawila?
Best regards to all, Andrew
Forum: Alpha/Beta/RC
In reply to: Live site automatically updated to an Alpha versionMe too, using GB version
Forum: Plugins
In reply to: [Event Calendar & Ticketing] Decision to Buy – or NotOh, yes, sorry, I thought Event Expresso was a plugin by Ignitewoo!
No, I agree, there looks to be very many useful plugins on the surface, but as you say I too will never buy anything again from Ignitewoo ever.
Forum: Plugins
In reply to: [Event Calendar & Ticketing] Decision to Buy – or NotLucky you!…
Try asking a question that he doesn’t like, then you will get no answer at all.
Seriously, he has just chosen to completely ignore all of my emails and has effectively stolen my money.
He still hasn’t answered, and under his own terms, I have paid for one year of support, there is no way he can justify ignoring me whether he likes my email or not. He is a thief.
Ignitewoo are untrustworthy and I do not recommend anybody dealing with him as it is a risk definitely not worth taking.
Forum: Plugins
In reply to: [Event Calendar & Ticketing] Decision to Buy – or NotNope, didn’t answer any emails after I asked for a refund, nothing and I wrote about 5.
This company is NOT to be trusted, they are nothing but thieves.
Hi again Peter,
This is just pushing my luck a bit… well a lot actually!
Any ideas how I might get AIOSEOP to add the ‘player’ twitter card into posts?
It requires
<meta name=”twitter:card” content=”player”> as a minimum and
<meta name=”twitter:player:stream” content=”https://your-site.com/streaming-file.mp4″> for full functionality.Just hoped you might go, yeah, just add xxx in your functions php… perhaps!
Thanks, Andrew
Forum: Plugins
In reply to: [Event Calendar & Ticketing] Decision to Buy – or NotGood morning.
I have just opened a support request with this company for another plugin of theirs.
I’m Looking forward to a good solution.
oops,,, yes I did delete it!
I can confirm that your code works perfectly now, thank you very very much for your time, Andrew
This works fine..
add_filter( 'aiosp_opengraph_meta', 'solosails_filter_card', 10, 3 ); function solosails_filter_card( $value, $type, $field ) { if ( ( $type == 'twitter' ) && ( $field == 'card' ) ) { if ( ( function_exists( 'is_product' ) ) && ( is_product() ) ) { $value = 'product'; } else { $value = 'summary_large_image'; } } return $value; }
For anyone reading this, the plugin I am using in conjunction is Twitter Product Card for WooCommerce
Nope, even with it deactivated, it doesn’t show the large image on an ordinary post?