Skip to content
Prev 8250 / 21307 Next

[Bioc-devel] Idea for improved visibility of Bioconductor packages

It seems to be pulling it from an invisible `#tooltip` div on the page.
This happens to be the first `<p>` block on the page, which is probably why
it is being used by linkedin.

```html
<div class="tooltip2" id="tooltip">
    <p>To install this package, start R and enter:</p>
<pre>## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("biobroom")</pre>
    <p> In most cases, you don't need to download the
    package archive at all.</p>
</div>
```

Probably these results could be improved by moving this tooltip block below
the package description, or annotating it with some metadata to exclude it
from the linkedin summary (I don't know what that would be).

On Thu, Oct 29, 2015 at 9:50 AM, Kasper Daniel Hansen <
kasperdanielhansen at gmail.com> wrote: