Hi,
is it possible to add to Enfold Social Profiles Scoop.It and Flipboard ?
Hi Anton!
You can try adding your own around line 150 in the /enfold/includes/helper-social-media.php file. They probably will not have any icons associated with them so you might be able to find some on the entypo fontello website or create your own there.
Cheers!
Elliott
is it possible to do the same using my child theme ? I’m always trying to avoid modifying original files
Hey!
Just copy the whole class, lines 127 – 250, and paste it into your child theme functions.php file.
Regards,
Elliott
Ok, got it.
Now, since I’m a dabbler could you advice where can I find the right code syntax for Scoop.it and Flipboard share buttons ? I’ve got a look at thier tools pages, but they’re talking about thier native buttons / badges.
For instance for Flipboard it would be :
'flipboard' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://flipboard.com/share
…
And after that I’m lost, since each social player has its own extension:
Article?mini=true&title=[title]&url=[permalink]"),
sharer.php?u=[permalink]&t=[title]"),
share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')),
etc.
Hi!
I’ve never heard of them before. You’ll want to look on their site / documentation and find that.
Best regards,
Elliott