• Resolved ibiza69

    (@ibiza69)


    Hi, we installed the plugin, configured it with our twitter developer account, etc…. But there is an option at plugin that says: Twitter handle (and there is no explanation of what should we include here).

    More things we are facing it’s that the option to publish to twitter isn´t at posts / pages, so we think there is something wrong.

    We tryed to post and didn´t post at all to twitter.

    Could you explain better the way all this works?

    Thank you.

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter ibiza69

    (@ibiza69)

    Sorry @dharm1025 I forgot to ask you something, when we tweeted to test, we included this: {POST_TITLE}, but didn´t work, how we should include that?

    And, do we have to configure it everytime we send a post, or it saves it?

    Thank you once more!

    Thread Starter ibiza69

    (@ibiza69)

    Sorry once more, we tryed to configure another of our sites, with this exact same config, but seems we are loosing something, as the error that shares twiiter with us says:

    statuses/update : {“errors”:[{“message”:”You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product”,”code”:453}]}
    Not available.

    Any idea on what could be doing wrong?

    Plugin Contributor Dharmesh Patel

    (@dharm1025)

    Hi @ibiza69,

    Glad to know that it worked for you. 🙂

    > I forgot to ask you something, when we tweeted to test, we included this: {POST_TITLE}, but didn´t work, how we should include that?

    Please keep the textarea blank to tweet the post title, we only need to add a message to the textarea when we want to tweet a custom message which is different from the post title.

    > Sorry once more, we tryed to configure another of our sites, with this exact same config, but seems we are loosing something, as the error that shares twiiter with us says:

    Based on the error it looks like it plugin calls the API endpoint of v1.1 and it may be due to the older version of the plugin. Please make sure that the plugin is updated to the latest version to resolve this issue.

    Please feel free to ask if you have any other queries.

    Thanks

    Thread Starter ibiza69

    (@ibiza69)

    @dharm1025 thanks for he feedback, but we are still faceing some doubts.

    It´s ok that if we do not imput anything the title shows at twitter, but if we, for example include (as we have jobs sites):

    We require HERE SHOULD BE TITLE #madrid #jobs #work

    The title is not shown, either doesn´t save out this post twitter config.

    Is there any way that our posts show like this (now is in spanish as we are from Spain), but you can for sure underestand it:

    Se precisa {POST_TITLE} #madrid #empleomadrid #trabajomadrid #trabajo #empleo
    {PERMALINK}

    How could we manage to have this configured, working and saved for future twitter autoposts?

    Thank you!!

    Plugin Contributor Dharmesh Patel

    (@dharm1025)

    Hi @ibiza69,

    We open an issue for adding similar support to the plugin. but currently, we don’t have support for this. However, you can use autoshare_for_twitter_body filter to achieve this.

    You can try something like this.
    Note: this code snippet is not tested.

    add_filter(
    	'autoshare_for_twitter_body',
    	function( $tweet_body ) {
    		return 'Se precisa ' . $tweet_body . ' #madrid #empleomadrid #trabajomadrid #trabajo #empleo';
    	}
    );

    Thanks.

    Thread Starter ibiza69

    (@ibiza69)

    Good morning @dharm1025, I hope you had a nice time and ant thank you for taking the time to share this with us and yes, it works really good!!

    Just once thing, have you got an snipped or something we could do, for not having to press on send twitter now manually? I mean, if we make a post, publish a job offer and/or a page, it doesn´t autopost to twitter. We have to post and then after posting, come back and press on post to twitter.

    Our websites are “Jobs sites”, so hundreds of companies publish their job offers daily (With the plugin: WordPress Job Manager) and this is selected at your plugin: https://i.imgur.com/lDGvGUn.jpg

    But, they cannot publish to Twitter, if they are not in the Admin Back Office, as they only Login as a Company user.

    Is possible to have this somehow, as in other Twitter autopost plugins in an snipped?:

    “Auto post when editing posts/pages/custom post types”

    Thank you, this would be the last thing we should need, as we can´t manage to have only this for Admin user at WordPress Admin Backend, and just publishing manually, as we can´t afford not have the “autopost” option enabled.

    Thank you once more for your time 🙂

    Thread Starter ibiza69

    (@ibiza69)

    Hi againg @dharm1025, GOOD NEWS!!! A company has publish a moment ago a job offer with your plugin activated and it their job offer has being autopublished!!! So forget about looking for a solution!

    The only small point left it´s that when we as Admins, create a post/page and publish it, it doesn´t autopost, we have to press too manually at your Twitter widget on: “Tweet Now” for it to be published. Maybe there is a solution for this, for having the option to autopost it, instead of manually send the post/page? :S

    Thread Starter ibiza69

    (@ibiza69)

    @dharm1025 EVERYTHING SOLVED!! As we didn´t create a new post/page after installing your plugin, we didn´t see that it really autoposted by it self. We just tryed to autopost our losted publishings, that we had pending and those had to be manually, but new ones not!

    You plugin is really, really nice and efficient, as your increible support.

    Thank you!!

    Plugin Contributor Dharmesh Patel

    (@dharm1025)

    @ibiza69 Glad to know that everything solved.

    Please feel free to reach out to us again if you need any help.

    Thanks

    @dharm1025 Can you please help me to add two line breaks after tweet text message to place some hashtags?

    I posted my question seperately,

    https://wordpress.org/support/topic/line-breaks-after-body-text/

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Seems not to work’ is closed to new replies.