V
V
Vladimir Ko2018-04-25 22:25:12
Facebook
Vladimir Ko, 2018-04-25 22:25:12

Why is the tag not displayed on mobile if it contains a link to facebook sharer?

There is this code:

<div class="sharebox"><p class="sharetext">share:</p>
    <a class="shareicons sharefb" href="https://www.facebook.com/sharer/sharer.php?u=http%3A//kogut.com.ua/projects/BMW-760m-carbonfiber/BMW-M7-2017-carbon.php" target="_blank"></a>
  </div>

the link block is displayed on the desktop browser, but this block is not visible on the mobile one. The problem is explained when the link leads to a file: href=" https://www.facebook.com/sharer/ sharer.php " Does
anyone know how to solve this for mobile?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2018-04-25
@trrrnt

<div class="sharebox">
    <p class="sharetext">share on:
    <a class="shareicons sharefb" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fkogut.com.ua%2Fprojects%2FBMW-760m-carbonfiber%2FBMW-M7-2017-carbon.php" target="_blank">Facebook</a>
    </p>
  </div>

As I understand it, you have some kind of blocker that cuts icons for social networks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question