[bd] Social Share [Deleted]

Do you still need the second addon to support it? (TMS)?

Also, what does it post as on Twitter/FB the global page/twitter account or as the users configured accounts?
TMS is not needed for XenForo 1.2+

You were asking about medals right? It will post to user's Facebook / Twitter profile.
 
Hmm.. I'm unable to get Twitter to work it throws the oAuth token error I posted a few posts back.

Is there any though of overriding the Medal thing so that I can Tweet out Medals people get on a global Twitter account?
 
Hmm.. I'm unable to get Twitter to work it throws the oAuth token error I posted a few posts back.

Is there any though of overriding the Medal thing so that I can Tweet out Medals people get on a global Twitter account?
Which error? I couldn't find the post of yours.

Auto-sharing for medal is not possible for now. I may add it in next version.
 
@xfrocks I recently discovered something that concerns me a bit with this addon. If I am not logged into facebook or xen and then I login to xen with the standard login and then I post something and select auto share to FB it doesnt go through... Instead you have an error notce with an explanation. Firstly, I really wish there was a popup that alerts the user immediately. Otherwise they go off doing other things and leave the screen etc... Secondly, if I'm logged into FB but did not use FB to login to xen and I try to auto share, I still get the error. Essentially you've made this so that the user HAS to login to Xen with FB or Twitter in order for it to work. Alot of people don't even use the FB or Twitter login. Am I doing something wrong or is this just the way it works? If it's the way it works I have to suggest that you please change this. It's just not a very good way.
 
That add-on was support from the beginning FYI. And you can choose to upload when you add media (photo or video).
Aww right, i thinked it used to be just sonnb - XenGallery. My bad. But anyway it don't seem to work with Xen Media Gallery right now, i know with sonnb gallery you had little facebook and twitter buttons on the upload screen.
On Xen Media Gallery by @Chris D i just get this on the upload screen,

Screen Shot 2014-02-25 at 20.04.04.webp

Screen Shot 2014-02-25 at 20.06.47.webp
 
Aww right, i thinked it used to be just sonnb - XenGallery. My bad. But anyway it don't seem to work with Xen Media Gallery right now, i know with sonnb gallery you had little facebook and twitter buttons on the upload screen.
On Xen Media Gallery by @Chris D i just get this on the upload screen,

View attachment 68075

View attachment 68076
Version of XenForo and related add-ons please? Also, have you connected your account already? And do you enable the option to always show check boxes?
 
A LOT of things changed in 2.0 so I wouldn't be surprised.
Yep, @xfrocks the plug was looking for:
PHP:
<div class="controls deleteButtonContainer">

The code now seems to be this:
PHP:
<div class="mediaControls">
                    <div class="mediaLabels">
                        <xen:if is="{$attachment.media_id}">
                            <a href="{xen:link xengallery/delete, $attachment}" class="mediaLabel labelStandard fa fa-trash-o OverlayTrigger"></a>
                        <xen:else />
                            <a class="mediaLabel labelStandard{xen:if '{$item.mediaSite}', ' DeleteVideo', ' AttachmentDeleter'} fa fa-trash-o" data-target=".{$uniqueId}" data-href="{xen:link 'attachments/delete', $attachment}"></a>
                        </xen:if>
                    </div>
                </div>
 
I'm only guessing because I don't have a copy of Social Share... but changing what it's looking for to:

HTML:
<div class="mediaControls">

Might help. But I don't know what the end result is supposed to look like -- it could end up looking terrible :D
 
I'm only guessing because I don't have a copy of Social Share... but changing what it's looking for to:

HTML:
<div class="mediaControls">

Might help. But I don't know what the end result is supposed to look like -- it could end up looking terrible :D
That don't look to bad to be true.

Screen Shot 2014-02-25 at 20.43.25.webp
 
This might be better.

Find:
HTML:
<input type="hidden" name="media_{$attachment.mediaType}" value="true" />

That will put the checkboxes below the delete button (in case that is preferred).
 
This might be better.

Find:
HTML:
<input type="hidden" name="media_{$attachment.mediaType}" value="true" />

That will put the checkboxes below the delete button (in case that is preferred).
Yeah, below does look better in fact, anyway get back to work on Xen Media Gallery 2.1 :whips: hehe j/k
Many thanks for the help.
 
Back
Top Bottom