Tagged: Memento, share buttons
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
21/06/2016 at 4:58 am #19876TemplatesyardParticipant
I want to change the behavior of the share buttons (facebook, twitter, g+, pinterest) in the front/first/main page, but I can’t find where it is in the source code.
Chrome’s console show this source code but I couldn’t find it in the template’s code, only its css:<div class="post-share"> <ul> <li> <a href="http://www.facebook.com/sharer.php?u=http://saudadeteste.blogspot.com.br/2016/06/teste.html"> <i class="fa fa-facebook"></i> </a> </li> <li> <a href="http://twitter.com/home?status=http://saudadeteste.blogspot.com.br/2016/06/teste.html"> <i class="fa fa-twitter"></i> </a> </li> <li> <a href="https://plus.google.com/share?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html"> <i class="fa fa-google-plus"></i> </a> </li> <li> <a href="http://pinterest.com/pin/create/button/?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html&media=undefined&description=teste&title=teste" target="_blank"> <i class="fa fa-pinterest"></i> </a> </li> </ul> </div>
Important: I refer to the buttons in the first page. The buttons in the post page I was able to find and change them.
21/06/2016 at 5:13 am #19878TemplatesyardParticipantHere the source code:
< div class="post-share" > < ul > < li > < a class="hi-icon hi-icon-chat" href="http://www.facebook.com/sharer.php?u=http://saudadeteste.blogspot.com.br/2016/06/teste.html" > < i class="fa fa-facebook" >< /i > < /a > < /li > < li > < a class="hi-icon hi-icon-chat" href="http://twitter.com/home?status=http://saudadeteste.blogspot.com.br/2016/06/teste.html" > < i class="fa fa-twitter" >< /i > < /a > < /li > < li > < a class="hi-icon hi-icon-chat" href="https://plus.google.com/share?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html" > < i class="fa fa-google-plus" >< /i > < /a > < /li > < li > < a class="hi-icon hi-icon-chat" href="http://pinterest.com/pin/create/button/?url=http://saudadeteste.blogspot.com.br/2016/06/teste.html&media=undefined&description=teste&title=teste " target="_blank" > < i class="fa fa-pinterest" >< /i > < /a > < /li > < /ul > < /div >
21/06/2016 at 6:24 am #19882my addKeymasterWhat exactly are you trying to change? You stated you changed them in the post.
21/06/2016 at 6:29 am #19883TemplatesyardParticipantI want to change, for example, the background color when mouse hover.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.