Remove or comment out the Embed part of Share Widget

720
2
Jump to solution
11-30-2016 03:58 AM
deleted-user-CQZbjNeBXm49
Occasional Contributor III

Please I don't know if it's a possibility to take out the Embed aspect of the Share Widget? if it is possible, where in the .js needs commenting out? or rather what do I need to do.

Thank you

Baba

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Baba,

   You can add this css rule to your apps choosen theme common.css

(example:[installdir]\server\apps\[app#]\themes\FoldableTheme\common.css)

.jimu-widget-share .embedShare {
  display: none;
}

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Baba,

   You can add this css rule to your apps choosen theme common.css

(example:[installdir]\server\apps\[app#]\themes\FoldableTheme\common.css)

.jimu-widget-share .embedShare {
  display: none;
}
deleted-user-CQZbjNeBXm49
Occasional Contributor III

Thanks Robert

When we have got you, we got HOPE......lol