• Hi,

    I was wondering why facebook icon share not appear on my page. The other social share is normal such as twitter, g+, and so on.

    Anyone experience this please?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @immermanalu,

    I have checked your URL and there is a Facebook social icon is appearing.

    See the screenshot:https://take.ms/0KDxz

    Are you talking about this facebook? or can you please send me the exact URL where you are facing the issue.

    Thread Starter immermanalu

    (@immermanalu)

    Hi, sure, I modified the code tobe:

    
    <?php if ( true == $redux_builder_amp['enable-single-twitter-share'] ) { ?>
    			<div class="ampforwp-custom-social">
    				<a>" class="amp-social-icon-rounded amp-social-facebook">
    

    the original is:

    
    <?php if ( true == $redux_builder_amp['enable-single-facebook-share'] ) { ?>
    			<div class="ampforwp-custom-social">
    				<a>&display=page&href=<?php echo esc_url(get_the_permalink()); ?>" class="amp-social-icon-rounded amp-social-facebook">
    

    I have to change the word “facebook” to “twitter” or anything else and direction URL to show the icon, if not, it won’t appear just like now, I have put the original code back and there is no facebook icon.

    How to show the facebook icon by still using the original code? because the modified code is not perfect.

    Thank you

    • This reply was modified 6 years, 7 months ago by Jan Dembowski.
    • This reply was modified 6 years, 7 months ago by Jan Dembowski. Reason: Fixed very broken formatting

    Hi @immermanalu,

    Can you please contact me on [email protected]

    I will personally make sure that your issues get fixed immediately.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Faceook icon share not appear’ is closed to new replies.