How to Open URL in New Tab using Drupal

How to Open URL in New Tab using Drupal

Today, We want to share with you How to Open URL in New Tab using Drupal.
In this post we will show you Drupal redirection, hear for drupal external links open in new window we will give you demo and example for implement.In this post, we will learn about Open link in a new tab or window with Drupal with an example.

My Paka Knowledgeable Ideas, Tips and Tricks, Useful Content, Jobs, Technology, Earn Money, gmail creation, skype, yahoo and more useful things.

In Drupal, Open new window when target=”_blank”
About Pakainfo.com

Drupal Overview with Features

There are the Following the List of Features For Drupal Pure PHP Latest Frameworks.

  • open source software
  • customizable
  • SEO-friendly
  • mobile-ready
  • An extensive API support
  • Enterprise-class software
  • Variety of content types
  • Graphics management
  • Plugins
  • Page content management
  • Support

Drupal Disadvantages

There are the Following the List of Disadvantages For Drupal Pure PHP Latest Frameworks.

  • Installation and modification
  • Compatibility
  • Efficiency

Drupal redirect to a new tab

  1. 1 – Go to admin/structure/menu
  2. 2 – select the menu that We want to put the new url to and simple click on {put your Link}
  3. 3 – put the here external Path in same here “path” input field like the simple following “http://google.com”

Drupal Redirects

create a redirection programmatically

use Drupal\redirect\Entity\Redirect;

//Drupal redirect routings
  Redirect::create([
    'redirect_source' => 'pakainfo/aboutus',
    'redirect_redirect' => 'internal:/node/1',
    'language' => 'usa',
    'status_code' => '301',
  ])->save();

Drupal Redirecting To External Domains

Domains need You to set in the your Trusted Host config settings of settings.php.

 if (isset($redirect_status)) {
        $response = new TrustedRedirectResponse($domain_url, $redirect_status);
        $event->setResponse($response);
      }
jQuery 15 Powerful Tips and Tricks for Developers and Web Designer

Read :

Summary

You can also read about AngularJS, ASP.NET, VueJs, PHP.

I hope you get an idea about Redirect to a new page from within a Drupal site.
I would like to have feedback on my Pakainfo.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment