Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

how to add new social media ie instagram

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

hi all,

is there any way in the new system to add a new social icon and link
i would like the ability to add instagram

thanks in advance
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi John,

At this stage you could edit the layout file for social icons - eg tpls/blocks/social

You could add it like we have added the panel eg just the link and then add the instagram social icons.
<a id="social-instagram" href="#" target="_blank"> 
	<span class="zen-animate fadeInRightBig animated fa fa-instagram zen-icon zen-icon-instagram"></span>
</a>

Cheers
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks Anthony

will give it a go

cheers
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Good luck with it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Success!!

download the zip as this striped the code

in
tpls/blocks/social.php

duplicate tpls/blocks/social/gplus.php and rename to Instagram.php

change code

in
less/socialicons.less



in
settings / settings.xml


job done

cheers
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
hmmm
try attaching again
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
and again
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
hmmmm
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Are you trying to attach an image?

If so try using Chrome

If you are trying to attach a php file or an xml file they need to be zipped and again attach using Chrome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
try again in chrome

File Attachment:

File Name: adding-instagram-to-xero.zip
File Size: 1 KB
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
thanks Paul
cheers
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
You're welcome :)

The reason for it being a zip is for security - so nothing nasty is uploaded

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

I'm trying to replicate this process.

Do I need to upload an icon for Instagram? If so, any idea where it needs to go (the template uses Zen Grid Framework V4)?

Any advice greatly appreciated!

Many thanks!
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

We are planning to add this flexibility to the new zengrid templates but this will be a few weeks - is that an option?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sounds good!

I've actually got it to work, it's just the icon is wrong (and rather than sliding out further on the mouseover, it goes transparent).

Thanks!
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Do you have a link?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It's here:

philosophersmag.com/

Thanks!
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Try adding this

.social-wrap .zen-icon-instagram, .social-wrap .fa-instagram {background:green;}

My colour value is just an example so you would probably want to change it

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm not exactly sure how you are adding your css code but just in case check out this page

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation.html

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
.social-wrap .zen-icon-instagram, .social-wrap .fa-instagram {background:green; color:#fff}

Think you will need the colour as well
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers