fixed: css/html layout issues
fixed: icons do not show correctly in firefox
added: gimp graphics file for icons
View ura soul's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
I left you a notice at: http://community.elgg.org/plugins/1581012/0.1.7/interconnected-social-sharing-seo
Sorry, about the " xmlns:og="http://ogp.me/ns#" where and how we must add it?
oh, i see elgg removed the example tag i posted since it is html.. i will update the description
Ok. I have updated the file now. Thanks a lot. This is a awsome plugin! What more important than the social sharing and SEO for a community that want to grow.. :)
I have a feeling the this requires php > 5.2.17? Please say it isn't so....
I'm getting a blank screen upon activation. My site is heavily modded tho...sigh, not sure where to look short of deactivating the 150 of them, one by one. Any ideas?
i am testing with php 5.5 - so possibly there is a version mis-match in some of the code.
you need to access the error messages to know what the cause of the white screens are. so you need to configure the server appropriately and look in the logs and/or you could activate the elgg developer plugin and pass the errors to the browser directly.
Hi Ura, thanks for pointing me in a direction, will investiage that way. I really want this to work on my site as it is now, but need it so badly that I may get a new host if it isn't fixable this way.
Kepa
i am looking at new hosts currently.. this page is offering by far the best prices i have found currently.. special deals aplenty! http://lowendbox.com/blog/top-provider-poll-2013-q4-the-results/
n.b. i don't see that last comment as spamming or even advertising.. the link goes to the results of a community poll based on many people voting for great hosts. i do not benefit from sharing that link in any way.
AWESOME, thanks, I guess I"ll have to bite the bullet and do so too, but what a headache it is to migrate.
Can others that have successfully installed this mod post their php versions? Thanks, at least we could all know if this is a key limitation. I disabled other wire, river addons and mods and still blank.
I am php 5.2.17. I got just a blank page with Firephp/Firebug. I really wish I could at least use this as my test system as was the initial intent and get a new serverwhen I rollout. I'll keep investigating.
not having root access is more of a problem with elgg than migrating is.. one is a barrier and one opens to expanded knowledge.
php is up to 5.6 now.. 5.2 is not supported in elgg 1.9 at all, as i recall.
Yeah, it isn't supported, which is why i am going to just do it now -- to get it done with. Oh well, there goes my weekend as I anticipate a not-so-smooth transfer.
Yeah, it was the older php, it needs one higher than 5.2.17. Everything seems to running smoothly. Thanks Ura, and hope you reconsider because you are well appreciated here.
I installed this plugin succesfully on my localhost PC and noticed the following:
1. No logos of the social sites, just text links. Is that normal? How can I add logos
I didnt really understand the statement in the "read me" file:
optional: create profile fields in profile_manager for social profiles. they should be of type 'url'. currently the supported sites are as follows:
youtube (name the profile field as: youtube)
google+ (name the profile field as: googleplus)
twitter (name the profile field as: twitter)
facebook (name the profile field as: facebook)
linked in (name the profile field as: linkedin)
@kxx4 - i wrote you a reply via email - maybe you missed it?
I tried activating this plugin in my live site and got this error response:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/myserver/public_html/mod/interconnected/lib/interconnected.php on line 16
Parse error: syntax error, unexpected T_STRING in /home/myserver/public_html/mod/interconnected/lib/interconnected.php on line 16
After adding xmlns:og="http://ogp.me/ns#", the syntax in the "views/default/page/default.php" is like this :
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xml:lang="<?php echo $lang; ?>" lang="<?php echo $lang; ?>" >
Hope its ok
@kxx4 - that error from line 16 relates to the url 'sniffing' code from steve. i have never seen any errors from that code so far. what version of PHP are you using there? i have only tested this with PHP 5.5+
the html tag you posted is the same as mine, yes. i will add that to the description.
(there is a newer version of this plugin now, though i don't think it will fix your error).
ah right, i didn't add the full php version of that head tag, since the tags were being filtered out in the community in the description, i think.
@ura: I have just updated my server php version to 5 and tried to activate the plugin but still having the same error.
this thread says that this issue is related to using a version of PHP that is below 5.3:
http://stackoverflow.com/questions/17156251/unexpected-character-in-input-ascii-92-state-1
you said you are using php v.5. but what is the second number in the php version? is it 5.5 or 5.2 or 5.3? etc.
I am running PHP 5.3.25.
ok, so far every comment i have seen about that error relates to the php version needing to be higher than 5.3 - so i do not yet have a solution. the code itself that raises that error came from steve clay - so i will ask him about it.
steve points to this page: http://3v4l.org/0fgZD
which shows that the error code you are pasting originates from a php installation that is less than 5.3.
i advise you to run a phpinfo() command on your server to confirm the php version.
where did you read the php version from? from within elgg? (e.g. yoursite.com/admin/statistics/server ) ?
my php is actually 5.2.17