• Hi,

    I’ve just connected to the blogger account and posted first post via your plugin. So the post is autoposted on Blogger fine but the included URL is not hyperlinked. I used your shortcode %URL% . Is this how it supposed to be or i did something wrong?

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Tag %URL% inserts the URL of the post, not a hyperlink. Blogger supports HTML, so please use HTML tag. Please put this structure in field “Message Format” for the hyperlinked URL.

    <a href="%URL%">%TITLE%</a>

    • This reply was modified 7 years, 7 months ago by dostigator.
    • This reply was modified 7 years, 7 months ago by dostigator.
    • This reply was modified 7 years, 7 months ago by dostigator.
    Thread Starter odmarketers

    (@odmarketers)

    Yes baby! Thanks a lot man!
    Allow me to ask two more questions:
    1) Are there any other accounts that your plugin autoposts to and i need to use this HTML tag for?
    2) Not related question, i noticed that autoposting works only with “Posts” content types but not with “Pages” content types. Is there a reason you decided not to implement it for “Pages” content type? Just curious if it is because it is technically more complex to implement. It would be awesome to have this autoposting functionality for “Pages” too.

    Thanks

    1) You can use this HTML tag in the settings of accounts in all social networks that support HTML, namely Blogger, Livejournal, etc. as well as accounts in WP Based blogs.

    2) SNAP works with “Pages”. You should add custom post type “Page” on the “Settings” page of SNAP.

    Please go to SNAP settings page -> Autoposting Filters -> Filter Posts (Only posts that meet the following criteria will be autoposted) -> Post Type, Post Format >>

    Checked Include (Post only …) and add to the field “Post Types (Posts, Pages, Custom Post Types)” post type “Page”.

    Thread Starter odmarketers

    (@odmarketers)

    Hi,

    Thanks a lot!

    I have few more questions:
    1) Is it possible to see status report after every new article publishing? Report that indicates successful and failed submissions?

    2) I noticed that even though i have %EXCERPT% shortcode used fot instapaper.com, it still publishes the entire article on that site. Do you know why?

    Thanks

    1) Plugin does not post anything without adding the log entry.
    You can see status report in your Log/History tab in any time, that you need. E.g. after every new article publishing.

    2) Is it only for instapaper.com?
    Does %EXCERPT% work correctly for other social networks?

    Please try to use %ANNOUNCE%.

    %ANNOUNCE% – Inserts the text till the <!–more–> tag or first N words of the post
    Please see more information here: https://www.nextscripts.com/snap-features/message-formatting-tags/

    Thread Starter odmarketers

    (@odmarketers)

    Hi,

    Thank you for answers!

    2) Yes, it works only with instapaper.com. For all the rest sites the %EXCERPT% shortcode works properly.

    3) I have few questions about your customm APIs:
    – You have a difference between SNAP API Light package and SNAP API Pro package only with management panel. What is that management panel will give me? Why do i need it?
    – If i buy SNAP API Light package, i’ll be able to wrap my own code around it?
    – I have hundreds of sites (my own sites). I can use one license for all of them?

    Thanks

    2) I have tried to publish my post in the Instapaper myself and really it is published incorrectly. Not only the text of the post, but also footer and header. I wrote about this in SNAP technical support.?

    3) – SNAP API Light package has only API libraries, no management panel.
    SNAP API Pro has Full Source API Libraries with management panel.
    – Please see here:
    https://www.nextscripts.com/snap-api/

    – You can use one license for all your own sites. The Pro plugin licenses are issued on “Per User” basis. It means you can use one license on all your sites, but you can’t give it to other people. Please see here:
    https://www.nextscripts.com/faq/#q5

    Thread Starter odmarketers

    (@odmarketers)

    Hi,
    3) – SNAP API Light package has only API libraries, no management panel.
    SNAP API Pro has Full Source API Libraries with management panel.
    – Please see here:
    https://www.nextscripts.com/snap-api/
    – I saw this already. I asked what wat is that management panel will give me? Why do i need it?

    Thnks

    Plugin Author NextScripts

    (@nextscripts)

    It will give you the code that you can use to configure networks interactively.

    It looks like this: https://www.nextscripts.com/images/sc/snap-api-001.png

    You can use it to configure and authorize all networks you need. As the result it will create a configuration array that you can use to call API and make posts.

    You don’t need it if you plan to call APIs directly or obtain and provide credentials by yourself.

    Thread Starter odmarketers

    (@odmarketers)

    Hi, thank you for reply

    I’m not a developer so i’m not 100% understand what you said. Once i get the idea, i’ll involve my developer. Can you elaborate on this: “You don’t need it if you plan to call APIs directly or obtain and provide credentials by yourself.”? Can you just give me actual example what would be the difference between the two?
    I’ll tell you my needs. I need to be able to connect to majority of those sites which you have APIs for and autopost to them from many of my sites.
    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Blogger doesn’t hyperlink the link’ is closed to new replies.