Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Socialize

Posted by: Jeckcoeler Jul 14 2019, 05:44 AM

Dear,
I am a beginner in HTML-coding. This (see attachment file) is a social media html code for multiple platforms. I would like to keep twitter, Instagram and YouTube and delete all the rest. I would also like to turn the 230,000 into a live countdown and replace the names to my social media names ith my links. Can someone help me please? Thank you very much in advance.


Attached File(s)
Attached File  Socialize_Code.txt ( 4.3k ) Number of downloads: 356

Posted by: Jeckcoeler Jul 16 2019, 08:18 PM

Dear,
I am a beginner in HTML-coding. This (see attachment file) is a social media html code for multiple platforms. I would like to keep twitter, Instagram and YouTube and delete all the rest. I would also like to turn the 230,000 into a live countdown and replace the names to my social media names ith my links. Can someone help me please? Thank you very much in advance.

Posted by: pandy Jul 17 2019, 02:12 AM

QUOTE(Jeckcoeler @ Jul 17 2019, 03:18 AM) *

Dear,
I am a beginner in HTML-coding. This (see attachment file) is a social media html code for multiple platforms. I would like to keep twitter, Instagram and YouTube and delete all the rest. I would also like to turn the 230,000 into a live countdown and replace the names to my social media names ith my links. Can someone help me please? Thank you very much in advance.


Threads merged.

So delete what you don't want. The whole <li>...</li>. For instance this.
CODE
<li class="social_item-wrapper"><a href="#" class="social_item social_facebook"><i class="fa fa-facebook social_icon"></i><span class="social_num">230,000</span></a></li>


Replace the hash sign in the href with your real URL for the ones you keep.

About the counter, what is it supposed to count? If it's something like clicks, again you need something server side that probably isn't possible on Blogger.

Posted by: Jeckcoeler Jul 17 2019, 04:39 PM

QUOTE(pandy @ Jul 17 2019, 02:12 AM) *

About the counter, what is it supposed to count? If it's something like clicks, again you need something server side that probably isn't possible on Blogger.

Thank you very much. It is supposed to count the followers, that is what it is all about. If the counter doesn't work, the widget is nothing worth. Can you help me with it? Thank you

Posted by: pandy Jul 17 2019, 11:40 PM

No. Not on Blogger.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)