Jump to content

Lisownik

Members
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Lisownik reacted to Makoto in Profiles have no meta tags   
    Profiles on IPS have virtually no meta tags, at all.
    This could be improved by adding a link to the users avatar and maybe a general description line like so,
    $description = "Explore {$this->member->name}'s " . \number_format( $this->member->member_posts ) . " posts on " . \IPS\Settings::i()->board_name; $newMeta = [ 'title' => $this->member->name, 'description' => $description, 'og:title' => $this->member->name, 'og:description' => $description, 'twitter:description' => $description, 'og:image' => $this->member->photo, 'profile:username' => $this->member->name, 'og:url' => $this->member->url() ]; \IPS\Output::i()->metaTags = array_merge( \IPS\Output::i()->metaTags, $newMeta ); Otherwise links to profiles contain no description or anything aside the default og:image if you have one set in the settings.
  2. Like
    Lisownik got a reaction from TAMAN in Swiper Slider [ support topic ]   
    Please add a setting for per slide to choose a align content.

×
×
  • Create New...