• Resolved matze112

    (@matze112)


    Hi,
    how can i add the instagram and youtube buttons to the universal sharer. I can add so many social media buttons but i cant find these two. Is there a simple code i can use?

    Thanks for yupport

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author micropat

    (@micropat)

    Instagram and YouTube do not support sharing from the web, so they do not belong in the universal sharing menu.

    Those services are available as follow buttons.

    If you still want to link to your Instagram & YouTube profiles in the universal share menu, you can provides your own icons and add them as custom services like:

    a2a_config.custom_services = [
        [
            "Instagram",
            "https://www.instagram.com/zuck/",
            "https://www.example.com/images/my-instagram-icon.png"
        ],
        [
            "YouTube",
            "https://www.youtube.com/user/YouTube",
            "https://www.example.com/images/my-youtube-icon.png"
        ]
    ];
    Thread Starter matze112

    (@matze112)

    Ok thats sad. Another question: How can i change the order of the items if a user of opens the universal button menu. For example i want the “Xing” button at the 6th place, Is that possible?

    Plugin Author micropat

    (@micropat)

    Yes, you can prioritize services in the universal menu.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Instagram, youtube universal share button’ is closed to new replies.