Forum Replies Created
- AuthorPosts
- FredParticipant
When I attempt to use the following syntax: %TITLE% – %URL% #Chicago
The tweet below is all that is posted. The manual hashtag of #Chicago is not displayed. What am I missing?
Test Post from Chicago Linked Local Network – 15
GiuseppeParticipantsame here as well
lebenszyklenParticipantI am having the same problem: scheduled post appeared on time in blog but was not posted automatically to my facebook page, had to resend manually.
MattParticipantI tried it with immediate and wp-cron. wp-cron is working fine for scheduling the posts themselves. I am not sure what you mean otherwise?
CihangirParticipantAhh sorry didnt see your message 🙂
I was focused and my window was open.. great feature.. every cent worths for SNAP
CihangirParticipantI solved my requirement as follows.. i edited the nextscipts_snap.php and added the following conditional lines into nsFormatMessage function.
It is working properly but the problem is i have to update the code each time i updated the script.
I hope there will be a feature for custom fields soon.
if (preg_match('%MYMSG%', $msg)) {
$recipe = get_post_meta($postID, 'mycustomfield', true);
if ($recipe!="") $excerpt = $recipe; else $excerpt= "";
$excerpt = nsTrnc(strip_tags(strip_shortcodes($excerpt)), 300, " ", "..."); $msg = str_ireplace("%MYMSG%", $excerpt, $msg);
}
@Daniel why you call completely different error/problem “the same error”?
Your answer is in the FAQ – #4.10: https://www.nextscripts.com/support-faq/#q410
See the %CF-CustomFieldName% tag
October 2, 2013 at 9:58 am in reply to: Fb Link Thumbnail Image Dimensions [now they are big] #24255You can’t use the IP to authorize the site. You need a domain name for that.
CihangirParticipantDid you setup wp-cron ?
TigramParticipantSame error if post or repost twitter
Array ( [pgID] => [isPosted] => 0 [pDate] => 2013-09-30 17:18:13 [Error] => Resp: | Error: connect() timed out!| MSG: Uus postitus Sügisroos – https://tigramiehted.info/gallery/sugisroos/ )
JoeParticipantI just tested with “WordPress Built-in Shortener” and it does exactly what I wanted. Please disregard 🙂
AquibParticipantThe original size does not appaer in the dropdown menu in the pop-up image selector are in WP 2.5. I have to turn on the legacy post support and it will appaer in there. Any idea how to fix this? I’d love to use the new pop-up box you created for WP 2.5! Thanks for your help!
- AuthorPosts