Hi,
instead of having a separate "RECOMMEND" block or the two-click "SHARE" solution.
Is it possible to have it directly beneath a Video or Article etc?
Maybe by adding "Add this" script somewhere and if so, where?
Hi, instead of having a separate "RECOMMEND" block or the two-click "SHARE" solution. Is it possible to have it directly beneath a Video or Article etc? Maybe by adding "Add this" script somewhere and if so, where? 7.1 My favorite number |
Let me know if this is what your wanting. http://webcamyourface.com/m/videos/view/Sony-3D-Two-Worlds-3D-Version ManOfTeal.COM a Proud UNA site, six years running strong! |
I want that :)... |
I want that :)... You going to edit core files, please make a backup copy before you start changing the file(s.) For each module your wanting this on, videos, sounds, photos, etc. from root,
Original Sounds file <div class="fileUnit" id="view"> <div class="navPanel bx-def-margin-sec-bottom"> <div class="navPanelLink bx-def-font-large"> <bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a> </div> <bx_if:prev> <a href="__linkPrev__#view" title="__titlePrev__"><i class="navPanelLinkPrev sys-icon arrow-left"></i></a> </bx_if:prev> <bx_if:next> <a href="__linkNext__#view" title="__titleNext__"><i class="navPanelLinkNext sys-icon arrow-right"></i></a> </bx_if:next> </div> __file__ <div class="clear_both"></div> </div> <div class="fileUnitInfo bx-def-margin-sec-top"> <div class="fileUnitInfoRate"> __rate__ </div> <div class="fileUnitInfoCounts"> <div class="fileUnitInfoFav"> <i class="sys-icon asterisk" title="<bx_text:_bx_sounds_view_alt_fav />"></i> __favInfo__ </div> <div class="fileUnitInfoView"> <i class="sys-icon eye-open" title="<bx_text:_bx_sounds_view_alt_view />"></i> __viewInfo__ </div> </div> <div class="clear_both"></div> </div> <div class="fileTitle bx-def-margin-sec-top bx-def-font-h2"> __fileTitle__ </div> <div class="fileDescription bx-def-margin-sec-top bx-def-font-large"> __fileDescription__ </div> Change to this...
<div class="fileUnit" id="view"> <div class="navPanel bx-def-margin-sec-bottom"> <div class="navPanelLink bx-def-font-large"> <bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a> </div> <bx_if:prev> <a href="__linkPrev__#view" title="__titlePrev__"><i class="navPanelLinkPrev sys-icon arrow-left"></i></a> </bx_if:prev> <bx_if:next> <a href="__linkNext__#view" title="__titleNext__"><i class="navPanelLinkNext sys-icon arrow-right"></i></a> </bx_if:next> </div> __file__ <div> <p align="left"> <!-- AddThis Button BEGIN --> Share with someone!</p> <p align="left"> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=300&pubid=xa-**********"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"></a> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-***********" tabindex="1000"></script> </p> <!-- AddThis Button END --></div> <div class="clear_both"></div> </div> <div class="fileUnitInfo bx-def-margin-sec-top"> <div class="fileUnitInfoRate"> __rate__ </div> <div class="fileUnitInfoCounts"> <div class="fileUnitInfoFav"> <i class="sys-icon asterisk" title="<bx_text:_bx_sounds_view_alt_fav />"></i> __favInfo__ </div> <div class="fileUnitInfoView"> <i class="sys-icon eye-open" title="<bx_text:_bx_sounds_view_alt_view />"></i> __viewInfo__ </div> </div> <div class="clear_both"></div> </div> <div class="fileTitle bx-def-margin-sec-top bx-def-font-h2"> __fileTitle__ </div> <div class="fileDescription bx-def-margin-sec-top bx-def-font-large"> __fileDescription__ </div> Clean/clear your cache each time you make the changes.
ManOfTeal.COM a Proud UNA site, six years running strong! |
I was able to use this method to include an addthis into my photos. I also tried to include it for blogs but could not find the file view_unit.html in the dir under blogs. I looked at all of the files in this folder & couldnt find one that had a similar layout. Do you know which file I should edit for blogs? |
Not to easy, if you put it in the blog_unit.html it will work on the individual page, but when you look at the blogs home page, under each title would be the share and it does not work that way. I suggest you change the "Recommend" like I have and move above the blogs, like here. ManOfTeal.COM a Proud UNA site, six years running strong! |
I've been trying to gather info on how to edit the recommend section but can't find anything that tells me where to find & edit it. If you can help with that id def do it that way. thansk |