Recommend, Share and Add this direct under Video

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
Quote · 10 Mar 2013

Let me know if this is what your wanting.

http://webcamyourface.com/m/videos/view/Sony-3D-Two-Worlds-3D-Version

share-this-video-block.jpg · 304.2K · 461 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Mar 2013

I want that :)...

Quote · 12 Mar 2013

 

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,

  • /modules/videos/templates/base/view_unit.html
  • /modules/sounds/templates/base/view_unit.html
  • etc

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&amp;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!
Quote · 12 Mar 2013

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?

Quote · 19 Apr 2013

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.

http://webcamyourface.com/blogs/entry/This-is-a-test-blog

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Apr 2013

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

Quote · 20 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.