• Page is not yet published yet, so you can only get to it from the direct link below.

    Questions:

    Is there a way to add share links to carousel graphics?

    Is there a way to customize preview image? I tried to post a gif on facebook and it did not have a preview.

    Can I use custom share icons? Just want to use the simple grey ones

    Also, I want to share the content amongst the users of the site too as there will be a social element. Will that be possible?

    I will definitely be getting the pro version. Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Is there a way to add share links to carousel graphics?

    Please tell me about what carousel you are talking about? Do you use some plugin for it?

    Is there a way to customize preview image? I tried to post a gif on facebook and it did not have a preview.

    As I know Facebook is not supported animated gifs as oreview images.

    Can I use custom share icons? Just want to use the simple grey ones

    Yes, it is possible with little code snippet like that

    add_filter( 'sti_js_custom_data', 'stia_js_custom_data' );
    function stia_js_custom_data( $custom_data ) {
    
        $custom_data['buttons']['facebook'] = array(
            'icon' => '{SVG Content}',
        );
    
        return $custom_data;
    }

    in this example Facebook icon will be replaced with custom ones. Change {SVG Content} to svg code that you want to use. Also possible to use standard images.

    Also, I want to share the content amongst the users of the site too as there will be a social element. Will that be possible?

    Sorry, this moment is not clear for me. So when clicking on sharing icon you want that users shares selected image not only on socials networks like Facebook, Twitter, etc. but and to your site users personal feed. It that right?

    Regards

    Thread Starter margaritad1993

    (@margaritad1993)

    Thanks so much for this reply! I appreciate all these details!! I apologize for my delayed response! I have been doing lots of other work on the site!

    I am loving the plugin. Have it working on a carousel that I like! Only on mobile, the share button < does not appear all the time (for any type of gallery) and when I click it, I get no share capability. On mobile, it’s the < symbol.

    The other question is, I have a Peepso community. I would like to remove the share capability on the community CHAT pages and add the site CHAT (like facebook) to the sharing function. Is this possible?

    It would be great if you could please check out wordchat.org on mobile to see how the share function is (not) working and check out the chat area to see what I am talking about removing the share function from user posted images and enable sharing function from the content pages (FUEL) to the CHAT pages.

    Thanks so much!! I will be getting the pro version as soon as I know the mobile share will be working so I can add some additional share functions. Sharing the images is critical to the site!!

    Thread Starter margaritad1993

    (@margaritad1993)

    @mihail-barinov hey there! Really need to get the mobile working on the site. I have not jumped to premium yet, but if I do, can you please help? Getting close to soft launch and the mobile icon doesn’t work at all! Thanks so much!!

    BTW – I removed sharing on part of my site! Works great! Thanks!!

    Thread Starter margaritad1993

    (@margaritad1993)

    @mihail-barinov can you please help with my mobile sharing? Have purchased the pro version which includes support. Thanks!!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Have purchased the pro version which includes support.

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Few Questions’ is closed to new replies.