vestaxpdx
Forum Replies Created
-
Actually sorry that may of just been a random error.
Seems to be working I think.
Hi great explanation and FIX.
However I am getting a miss schedule error when applying your patch.
Have you experienced this, have I missed something.
Using wordpress 3.5.1
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Not getting og:image for Auto PostThe situation is this, I don’t want it to be a link nor does it need to be a link because word press auto embeds the plain text http link to a youtube or vimeo embed. No need for annoying short codes or anything. I let word press handle it.
That’s why its plain with no HTML, I can’t believe I am only person letting word press handle auto embeds like this.
It would be nice if one of those tags say %PLAINTEXT% maybe could strip plain http links for this situation as well.
I admit its probably a niche situation as most people probably have videos lower down after some text but for me the http link is the first thing.
For now I have just edited fb.php to strip and plain http text too for the fb message. It only takes a small bit of regex to fix this.
Thanks for the info though. I hope maybe in an update you will add this feature.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Not getting og:image for Auto PostSorry you may of miss understood me.
I have tried both but they still leave any http text in.
For example:
Post body: “https://vimeo.com/videoID Hi check out this great new edit from X”
%EXCERPT% or %RAWEXCERPT%
Returns as: “https://vimeo.com/videoID Hi check out this great new edit from X”
Desired format is: “Hi check out this great new edit fro X”
So with no plain http text links in.
Cheers
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Not getting og:image for Auto PostAh ok I understand that.
It was this sentence that sounds ambiguous ‘”Open Graph” tags are used for generating title, description and preview image for your Facebook and Google+ posts.’ which made me think it should be seeing the og:image tag.
Basically most of my posts are video embeds with no post image. So I dynamically search the post content for you tube or vimeo links then grab the video id, grab the thumbnail from the API and apply my own play watermark over the top. I see you have an option to grab video thumbs but I apply my own play watermark and yours sates it only supports youtube or though I did see vimeo in the code…
I actually managed to edit fb.php in the end to make it do what I want and run my own $imgURL = ac_get_og_image($postID); function instead of $imgURL = nxs_getPostImage($postID, ‘thumbnail’);
So all is good except I can’t update your plugin now sadly and I hope I haven’t broken and major things too.
Can I also request, (forgive me if you already have this) a %PLAINTEXT% option that doesn’t contain any http text links from the post body.
As most of my posts are video based, I dont want the video link in the FB $msg at the start of the posted message.
Thanks for the great plugin!
Wow thanks for the speedy reply.
I knew it would be somewhere handy! Thanks a million, you are a legend!