Viewing 1 replies (of 1 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    I recently had the same need, and I was able to solve it by using this plugin: Simple Share Buttons Adder. It provides a shortcode [ssba] to display share buttons according to settings and parameters.

    To use it inside [loop], it’s necessary to pass the post URL and title.

    [loop type="post" count="3"]
      [field title]
      [pass]
        [ssba url="{URL}" title="{TITLE}"]
      [/pass]
    [/loop]
Viewing 1 replies (of 1 total)
  • The topic ‘Post to social media’ is closed to new replies.