Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3359 | Rev 3466 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3359 Rev 3384
Línea 471... Línea 471...
471
                <BiShareAlt />
471
                <BiShareAlt />
472
              </button>
472
              </button>
473
              {
473
              {
474
                shareOptions &&
474
                shareOptions &&
475
                <div className="ext_share" ref={shareContainer}>
475
                <div className="ext_share" ref={shareContainer}>
476
                  <FacebookShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
476
                  <FacebookShareButton url={feed_share_external_url}>
477
                    <FacebookIcon size={32} round />
477
                    <FacebookIcon size={32} round />
478
                  </FacebookShareButton>
478
                  </FacebookShareButton>
479
                  <FacebookMessengerShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
479
                  <FacebookMessengerShareButton url={feed_share_external_url}>
480
                    <FacebookMessengerIcon size={32} round />
480
                    <FacebookMessengerIcon size={32} round />
481
                  </FacebookMessengerShareButton>
481
                  </FacebookMessengerShareButton>
482
                  <TwitterShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
482
                  <TwitterShareButton url={feed_share_external_url}>
483
                    <TwitterIcon size={32} round />
483
                    <TwitterIcon size={32} round />
484
                  </TwitterShareButton>
484
                  </TwitterShareButton>
485
                  <TelegramShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
485
                  <TelegramShareButton url={feed_share_external_url}>
486
                    <TelegramIcon size={32} round />
486
                    <TelegramIcon size={32} round />
487
                  </TelegramShareButton>
487
                  </TelegramShareButton>
488
                  <WhatsappShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
488
                  <WhatsappShareButton url={feed_share_external_url}>
489
                    <WhatsappIcon size={32} round />
489
                    <WhatsappIcon size={32} round />
490
                  </WhatsappShareButton>
490
                  </WhatsappShareButton>
491
                  <PinterestShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
491
                  <PinterestShareButton url={feed_share_external_url}>
492
                    <PinterestIcon size={32} round />
492
                    <PinterestIcon size={32} round />
493
                  </PinterestShareButton>
493
                  </PinterestShareButton>
494
                  <RedditShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
494
                  <RedditShareButton url={feed_share_external_url}>
495
                    <RedditIcon size={32} round />
495
                    <RedditIcon size={32} round />
496
                  </RedditShareButton>
496
                  </RedditShareButton>
497
                  <TumblrShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
497
                  <TumblrShareButton url={feed_share_external_url}>
498
                    <TumblrIcon size={32} round />
498
                    <TumblrIcon size={32} round />
499
                  </TumblrShareButton>
499
                  </TumblrShareButton>
500
                  <WorkplaceShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
500
                  <WorkplaceShareButton url={feed_share_external_url}>
501
                    <WorkplaceIcon size={32} round />
501
                    <WorkplaceIcon size={32} round />
502
                  </WorkplaceShareButton>
502
                  </WorkplaceShareButton>
503
                  <EmailShareButton url={`${window.location.hostname}${feed_share_external_url}`}>
503
                  <EmailShareButton url={feed_share_external_url}>
504
                    <EmailIcon size={32} round />
504
                    <EmailIcon size={32} round />
505
                  </EmailShareButton>
505
                  </EmailShareButton>
506
                </div>
506
                </div>
507
              }
507
              }
508
            </li>
508
            </li>